UNPKG
@oeyoews/tiddlywiki-lite
Version:
latest (5.3.6-lite-20250402)
5.3.6-lite-20250402
5.3.6-lite-20250323-1
5.3.6-lite-20250323
5.3.6-lite-20250223
5.3.6--lite
a non-linear personal web notebook
github.com/TiddlyWiki/TiddlyWiki5
TiddlyWiki/TiddlyWiki5
@oeyoews/tiddlywiki-lite
/
core
/
modules
/
editor
/
operations
/
text
/
focus-editor.js
13 lines
(10 loc)
•
265 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/*\ 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
; };