1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00

Fix default text

This commit is contained in:
MultiMote
2024-09-14 22:02:53 +03:00
parent 47cbe6d43f
commit 7919ea7a8e

View File

@@ -191,7 +191,7 @@
backgroundColor: "#fff",
});
ImageEditorUtils.addText(fabricCanvas, $tr("editor.default_text", "Print"));
ImageEditorUtils.addText(fabricCanvas, $tr("editor.default_text", "Text"));
// force close dropdowns on touch devices
fabricCanvas.on("mouse:down", (e: fabric.IEvent<MouseEvent>): void => {