mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-12 03:26:50 +01:00
On init, fake being over root dir, select, then fake not being over it
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user