Give editor focus after saving
This commit is contained in:
parent
22466010fc
commit
a098c7c685
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ function doFileSave(){
|
||||||
},'json');
|
},'json');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
giveEditorFocus();
|
||||||
};
|
};
|
||||||
|
|
||||||
// Gives the editor focus
|
// Gives the editor focus
|
||||||
|
|
Loading…
Reference in a new issue