mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: manually confirm active wysiwyg on pointerdown
This commit is contained in:
parent
e6d9797167
commit
3439da164d
3 changed files with 13 additions and 2 deletions
|
@ -16,7 +16,7 @@ describe("textWysiwyg", () => {
|
|||
|
||||
const element = UI.createElement("text");
|
||||
|
||||
new Pointer("mouse").clickOn(element);
|
||||
new Pointer("mouse").doubleClickOn(element);
|
||||
textarea = document.querySelector(
|
||||
".excalidraw-textEditorContainer > textarea",
|
||||
)!;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue