mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 18:25:28 -05:00
fix(ui): type for dnd action
This commit is contained in:
@@ -376,7 +376,7 @@ export const newCanvasEntityFromImageDndTarget: DndTarget<
|
||||
//#endregion
|
||||
|
||||
//#region New Canvas from Image
|
||||
const _newCanvas = buildTypeAndKey('new-canvas-entity-from-image');
|
||||
const _newCanvas = buildTypeAndKey('new-canvas-from-image');
|
||||
type NewCanvasFromImageDndTargetData = DndData<
|
||||
typeof _newCanvas.type,
|
||||
typeof _newCanvas.key,
|
||||
|
||||
Reference in New Issue
Block a user