Browse Source

Editor: Fixed ESlint error. (#23477)

linbingquan 3 years ago
parent
commit
fe29dfe177
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/index.html

+ 1 - 1
editor/index.html

@@ -186,7 +186,7 @@
 				event.preventDefault();
 				event.dataTransfer.dropEffect = 'copy';
 
-			});
+			} );
 
 			document.addEventListener( 'drop', function ( event ) {