fix: binding text to non-bindable containers and not always preferring selection (#4655)
This commit is contained in:
@ -152,6 +152,7 @@ describe("element binding", () => {
|
||||
UI.clickTool("text");
|
||||
|
||||
mouse.clickAt(text.x + 50, text.y + 50);
|
||||
|
||||
const editor = document.querySelector(
|
||||
".excalidraw-textEditorContainer > textarea",
|
||||
) as HTMLTextAreaElement;
|
||||
|
Reference in New Issue
Block a user