Skip to content

Commit

Permalink
fix: single-text-tag-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Oct 10, 2024
1 parent f111d7c commit d954a58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/intention-tower-knowledge-graph/ControlPanel/Tags.tid
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ order: 1
<$edit-text tiddler=<<tempTitle>> tag="input" field="text" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}} />

<$button>
<$action-setfield tiddler=<<currentTiddler>> text={{{ [<tempTitle>get[text]] }}}>
<$action-setfield tiddler=<<tempTitle>> text="" />
</$action-setfield>
<$action-setfield tiddler=<<currentTiddler>> text={{{ [<tempTitle>get[text]] }}} />
<$action-deletetiddler $tiddler=<<tempTitle>> />

{{$:/language/EditTemplate/Tags/Add/Button}}
</$button>
Expand Down

0 comments on commit d954a58

Please sign in to comment.