We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4f92b commit ba5850fCopy full SHA for ba5850f
1 file changed
notes/panel.luau
@@ -309,6 +309,7 @@ local function editorView()
309
key = "editor-" .. current .. "-" .. editorRev,
310
value = buffer,
311
multiline = true,
312
+ focus = true,
313
flexGrow = 1,
314
placeholder = tr("editor_placeholder"),
315
onChange = "onEdited",
0 commit comments