mirror of
https://github.com/MultiMote/niimblue
synced 2026-01-19 19:37:11 +03:00
Fix default text
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user