Give editor focus after saving

remotes/origin/stable4
Tom Needham 13 years ago
parent 22466010fc
commit a098c7c685
  1. 1
      apps/files_texteditor/js/editor.js

@ -174,6 +174,7 @@ function doFileSave(){
},'json');
}
}
giveEditorFocus();
};
// Gives the editor focus

Loading…
Cancel
Save