On init, fake being over root dir, select, then fake not being over it

This commit is contained in:
mattpass
2021-07-25 22:07:51 +01:00
parent b9faaafacd
commit 34b263bb18

View File

@@ -95,8 +95,11 @@ var ICEcoder = {
// Set layout
this.setLayout();
// State we've over the root dir, enact a selection of it, then state
// we're not over it it anymore
this.overFileFolder('folder', '|');
this.selectFileFolder('init');
this.selectFileFolder(false, false, false);
this.overFileFolder('folder', '');
this.filesFrame.contentWindow.focus();
// Hide the loading screen & auto open last files?