diff --git a/app/editor/components/SelectionToolbar.tsx b/app/editor/components/SelectionToolbar.tsx index ad6e80c59..bac98df29 100644 --- a/app/editor/components/SelectionToolbar.tsx +++ b/app/editor/components/SelectionToolbar.tsx @@ -108,7 +108,7 @@ export default class SelectionToolbar extends React.Component { return; } - if (!this.isActive) { + if (!this.isActive || document.activeElement?.tagName === "INPUT") { return; }