fix: Hard to select text in link editor input
This commit is contained in:
@@ -108,7 +108,7 @@ export default class SelectionToolbar extends React.Component<Props> {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this.isActive) {
|
||||
if (!this.isActive || document.activeElement?.tagName === "INPUT") {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user