mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 08:38:11 +08:00
Add support for double-clicking to rename document tabs (#4072)
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
data-tooltip-description={tooltipDescription}
|
||||
data-tooltip-shortcut={tooltipShortcut?.shortcut ? JSON.stringify(tooltipShortcut.shortcut) : undefined}
|
||||
for={forCheckbox !== undefined ? `checkbox-input-${forCheckbox}` : undefined}
|
||||
on:dblclick
|
||||
bind:this={self}
|
||||
>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user