UNPKG

tiddlywiki

Version:
13 lines (10 loc) 253 B
/*\ title: $:/core/modules/editor/operations/text/focus-editor.js type: application/javascript module-type: texteditoroperation Simply focus the Text editor \*/ "use strict"; exports["focus-editor"] = function(event,operation) { operation = null; };