Skip to content

Commit

Permalink
fix: create board input multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Mar 28, 2024
1 parent 2947c3c commit ee894ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: $:/plugins/linonetwo/tw-whiteboard/tiddlywiki-ui/PageLayout/CreateNewTiddlerPopup

<div class="tw-whiteboard-layout-create-new-tiddler-popup">
<$edit-text focus="yes" tiddler="$:/state/Whiteboard/PageLayout/create-tiddler" default="" rows=1 />
<$edit-text tag=input focus="yes" tiddler="$:/state/Whiteboard/PageLayout/create-tiddler" default="" />
<$button>
Create
<$action-createtiddler $basetitle={{$:/state/Whiteboard/PageLayout/create-tiddler}} type="application/vnd.tldraw+json" />
Expand Down

0 comments on commit ee894ec

Please sign in to comment.