mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🐛 Unselect drawing tool on clicking on comments.
This commit is contained in:
parent
a86f198406
commit
ff9345b1db
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
||||||
[:li.tooltip.tooltip-right
|
[:li.tooltip.tooltip-right
|
||||||
{:alt (t locale "workspace.toolbar.comments")
|
{:alt (t locale "workspace.toolbar.comments")
|
||||||
:class (when (contains? layout :comments) "selected")
|
:class (when (contains? layout :comments) "selected")
|
||||||
:on-click (st/emitf (dw/toggle-layout-flags :comments))
|
:on-click (st/emitf :interrupt (dw/toggle-layout-flags :comments))
|
||||||
}
|
}
|
||||||
i/chat]]
|
i/chat]]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue