Explorar el Código

Editor: Fixed ESlint error. (#23477)

linbingquan hace 3 años
padre
commit
fe29dfe177
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ) {