|
@@ -551,10 +551,10 @@ export const textWysiwyg = ({
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
editable.onblur = () => {
|
|
editable.onblur = () => {
|
|
app.setState({
|
|
app.setState({
|
|
- toastMessage: "debug: " +
|
|
|
|
- (target instanceof HTMLElement
|
|
|
|
- ? target.tagName ?? "no tagName"
|
|
|
|
- : "not an HTMLElement"),
|
|
|
|
|
|
+ toastMessage:
|
|
|
|
+ target instanceof HTMLElement
|
|
|
|
+ ? target.tagName ?? "no tagName"
|
|
|
|
+ : "not an HTMLElement",
|
|
});
|
|
});
|
|
if (isShapeActionsPanel) {
|
|
if (isShapeActionsPanel) {
|
|
return;
|
|
return;
|