mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-07 08:21:08 +00: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
|
appendTo: () => boundary ?? element
|
||||||
},
|
},
|
||||||
shouldShow: () => {
|
shouldShow: () => {
|
||||||
if (!visible || !readonly || !canShowPopups) {
|
if (!visible || readonly || !canShowPopups) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
return editor?.isActive('image')
|
return editor?.isActive('image')
|
||||||
|
Loading…
Reference in New Issue
Block a user