Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Aug 30, 2024
1 parent eed7c54 commit 83825ed
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion js/main.31d0930fccf136698d6b.js

This file was deleted.

1 change: 1 addition & 0 deletions js/main.6aa160b67d8f00407041.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion public/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export var Plugins = function (app) {
logOfConsole.push({type: 'error', arguments: [e.message]});
logOfErrors.push({type: 'error', arguments: [e.message]});
onUpdateConsoleLogsInternal();
});
});
const _log = console.log,
_warn = console.warn,
_info = console.info,
Expand Down
10 changes: 5 additions & 5 deletions public/plugins/plugin-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,11 +525,11 @@ export var PluginEditor = function ({
const localVariables = getPluginStore(self.name);
this.onSetPluginEditMode(localVariables.pluginEditMode || this.mode);
// initialize data on both editor and differ
setTimeout(() => {
// ?gistPlugins=2ff124dc94f936e8f7d96632f559aecb&pluginFile=yarn-output-pixi-bunnies.js&mode=test
this.onUpdatePluginsList(gistPluginsFileUrl);
this.onSetEditingFile(gistPluginsFileUrl);
}, 400)
// setTimeout(() => {
// // ?gistPlugins=2ff124dc94f936e8f7d96632f559aecb&pluginFile=yarn-output-pixi-bunnies.js&mode=test
// this.onUpdatePluginsList(gistPluginsFileUrl);
// this.onSetEditingFile(gistPluginsFileUrl);
// }, 400)
},
preConfirm: () => {
setPluginStore(self.name, 'pluginEditorOpen', false);
Expand Down
2 changes: 1 addition & 1 deletion sw.js

Large diffs are not rendered by default.

0 comments on commit 83825ed

Please sign in to comment.