mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
UBERF-4566 Fix image toolbar display (#4153)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
parent
f802deb893
commit
dabf59c379
@ -259,7 +259,7 @@
|
||||
appendTo: () => boundary ?? element
|
||||
},
|
||||
shouldShow: () => {
|
||||
if (!visible || !readonly || !canShowPopups) {
|
||||
if (!visible || readonly || !canShowPopups) {
|
||||
return false
|
||||
}
|
||||
return editor?.isActive('image')
|
||||
|
Loading…
Reference in New Issue
Block a user