Browse Source

Editor: Fixed ESlint error. (#23477)

linbingquan 3 năm trước cách đây
mục cha
commit
fe29dfe177
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 ) {