|
@@ -550,6 +550,9 @@ export const textWysiwyg = ({
|
|
|
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
editable.onblur = () => {
|
|
editable.onblur = () => {
|
|
|
|
+ app.setState({
|
|
|
|
+ toastMessage: "debug: " + target.tagName,
|
|
|
|
+ });
|
|
if (isShapeActionsPanel) {
|
|
if (isShapeActionsPanel) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|