Przeglądaj źródła

Editor: Fixed ESlint error. (#23477)

linbingquan 3 lat temu
rodzic
commit
fe29dfe177
1 zmienionych plików z 1 dodań i 1 usunięć
  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 ) {