Update: Blockly工作区添加Comment模块

This commit is contained in:
王立帮
2024-07-21 10:16:51 +08:00
parent 4de91b3b01
commit 64749a6541
3 changed files with 4 additions and 3 deletions

View File

@@ -41,8 +41,6 @@ const {
const { LibManager, File } = goog.isElectron? Electron : Web;
const { Socket } = WebSocket;
Mixly.Editor = Mixly.Editor ?? {};
window.addEventListener('load', () => {
const app = new App($('body')[0]);