mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
test: revert node v16 requirement for tests (#4737)
This commit is contained in:
parent
339636caab
commit
c3f6d6d344
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ export const textWysiwyg = ({
|
|||
updatedElement: ExcalidrawTextElement,
|
||||
editable: HTMLTextAreaElement,
|
||||
) => {
|
||||
const currentFont = editable.style.fontFamily.replaceAll('"', "");
|
||||
const currentFont = editable.style.fontFamily.replace(/"/g, "");
|
||||
if (
|
||||
getFontFamilyString({ fontFamily: updatedElement.fontFamily }) !==
|
||||
currentFont
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue