mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
fix add sticky note button
This commit is contained in:
@@ -88,9 +88,14 @@
|
||||
</Popover>
|
||||
{/if}
|
||||
<Popover>
|
||||
<button onclick={() => toggleNoteMode?.()} class="relative">
|
||||
<StickyNote size={14} />
|
||||
</button>
|
||||
<Button
|
||||
onclick={() => toggleNoteMode?.()}
|
||||
iconOnly
|
||||
variant="default"
|
||||
size="sm"
|
||||
startIcon={{ icon: StickyNote }}
|
||||
selected={noteMode}
|
||||
></Button>
|
||||
{#snippet text()}
|
||||
{noteMode ? 'Exit note mode' : 'Add notes'}
|
||||
{/snippet}
|
||||
|
||||
Reference in New Issue
Block a user