mirror of
https://github.com/penpot/penpot.git
synced 2026-03-10 12:16:17 +00:00
🐛 Unselect drawing tool on clicking on comments.
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
[:li.tooltip.tooltip-right
|
||||
{:alt (t locale "workspace.toolbar.comments")
|
||||
: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]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user