Skip to content

Commit ba5850f

Browse files
committed
notes: input focus
1 parent ff4f92b commit ba5850f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

notes/panel.luau

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ local function editorView()
309309
key = "editor-" .. current .. "-" .. editorRev,
310310
value = buffer,
311311
multiline = true,
312+
focus = true,
312313
flexGrow = 1,
313314
placeholder = tr("editor_placeholder"),
314315
onChange = "onEdited",

0 commit comments

Comments
 (0)