Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 34b263b

Browse files
author
mattpass
committedJul 25, 2021
On init, fake being over root dir, select, then fake not being over it
1 parent b9faaaf commit 34b263b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎assets/js/icecoder.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,11 @@ var ICEcoder = {
9595
// Set layout
9696
this.setLayout();
9797

98+
// State we've over the root dir, enact a selection of it, then state
99+
// we're not over it it anymore
98100
this.overFileFolder('folder', '|');
99-
this.selectFileFolder('init');
101+
this.selectFileFolder(false, false, false);
102+
this.overFileFolder('folder', '');
100103
this.filesFrame.contentWindow.focus();
101104

102105
// Hide the loading screen & auto open last files?

0 commit comments

Comments
 (0)
This repository has been archived.