Skip to content

Commit

Permalink
Fix colour-picker dropdown auto close when selecting or typing a color (
Browse files Browse the repository at this point in the history
  • Loading branch information
Leilei332 committed Sep 17, 2024
1 parent 0222d4d commit 8d80ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ui/TagManager.tid
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ color: #bbb
\whitespace trim
<div class="tc-drop-down-wrapper">
<$button class="tc-btn-invisible" popup={{{ [[$:/state/tag-manager/color/]addsuffix<currentTiddler>] }}}>{{$:/core/images/palette}}</$button>
<$reveal type="popup" tag="div" class="tc-drop-down" state={{{ [[$:/state/tag-manager/color/]addsuffix<currentTiddler>] }}}>
<$reveal type="popup" tag="div" class="tc-drop-down tc-popup-keep" state={{{ [[$:/state/tag-manager/color/]addsuffix<currentTiddler>] }}}>
<$transclude $variable="colour-picker" actions=<<color-picker-actions>>/>
</$reveal>
</div>
Expand Down

0 comments on commit 8d80ff2

Please sign in to comment.