@tiddlygit/tiddlywiki
Version:
a non-linear personal web notebook
17 lines (14 loc) • 333 B
JavaScript
/*\
title: $:/core/modules/editor/operations/text/focus-editor.js
type: application/javascript
module-type: texteditoroperation
Simply focus the Text editor
\*/
(function(){
/*jslint node: true, browser: true */
/*global $tw: false */
;
exports["focus-editor"] = function(event,operation) {
operation = null;
};
})();