Skip to content

Commit

Permalink
fix(App): fix loading mode & view
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Jan 27, 2024
1 parent 63d8fde commit f982fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/livecodes/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4150,6 +4150,7 @@ const bootstrap = async (reload = false) => {
}
phpHelper({ editor: editors.script });
setLoading(true);
window.deps?.showMode?.(getConfig().mode);
zoom(getConfig().zoom);
await setActiveEditor(getConfig());
loadSettings(getConfig());
Expand Down

0 comments on commit f982fe0

Please sign in to comment.