mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 06:21:16 +02:00
Update textWysiwyg.tsx
This commit is contained in:
@@ -550,6 +550,9 @@ export const textWysiwyg = ({
|
||||
|
||||
setTimeout(() => {
|
||||
editable.onblur = () => {
|
||||
app.setState({
|
||||
toastMessage: "debug: " + target.tagName,
|
||||
});
|
||||
if (isShapeActionsPanel) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user