fix: manually confirm active wysiwyg on pointerdown

This commit is contained in:
dwelle 2021-05-27 18:30:33 +02:00
parent e6d9797167
commit 3439da164d
3 changed files with 13 additions and 2 deletions

View file

@ -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",
)!;