mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-20 07:17:04 +01:00
On load don't focus on editor pane
Want to retain focus on file manager incase we are using shortcuts to open files etc
This commit is contained in:
@@ -492,8 +492,7 @@ if (action=="load") {
|
||||
cM.setValue(document.getElementById('loadedFile').value);
|
||||
top.ICEcoder.savedPoints[top.ICEcoder.selectedTab-1] = cM.changeGeneration();
|
||||
top.document.getElementById('content').style.visibility='visible';
|
||||
top.ICEcoder.switchTab(top.ICEcoder.selectedTab);
|
||||
top.ICEcoder.focus();
|
||||
top.ICEcoder.switchTab(top.ICEcoder.selectedTab,'noFocus');
|
||||
|
||||
// Then clean it up, set the text cursor, update the display and get the character data
|
||||
top.ICEcoder.contentCleanUp();
|
||||
|
||||
Reference in New Issue
Block a user