From 30ec70722678eba318fb7521a8b2bd642328bf54 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 23 Feb 2025 16:34:40 -0500 Subject: added option+maximize to open in doc editor view (currently only for images). fixed imageEditor to generate edits the first time through. --- .../nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts') diff --git a/src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts b/src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts index a14b55439..02dbc0312 100644 --- a/src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts +++ b/src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts @@ -13,8 +13,8 @@ export interface Point { } export enum ImageToolType { - GenerativeFill = 'genFill', - Cut = 'cut', + GenerativeFill = 'Generative Fill', + Cut = 'Cut', } export enum CutMode { @@ -26,7 +26,6 @@ export enum CutMode { export interface ImageEditTool { type: ImageToolType; - name: string; btnText: string; icon: IconProp; // this is the function that the image tool applies, so it can be defined depending on the tool -- cgit v1.2.3-70-g09d2