fix
This commit is contained in:
@@ -124,7 +124,6 @@ interface DesktopWorkspaceProps {
|
||||
onDocumentStackSelect?: (docIds: Identifier[]) => void;
|
||||
onPromoteSelection?: (...args: unknown[]) => void;
|
||||
onAssignTagToDocument?: (...args: unknown[]) => void;
|
||||
onRemoveTagFromDocument?: (...args: unknown[]) => void;
|
||||
ensureAssetUrl?: (...args: unknown[]) => Promise<unknown> | unknown;
|
||||
getDocumentAsset?: (...args: unknown[]) => unknown;
|
||||
activeTagIds?: Array<Identifier | null | undefined>;
|
||||
@@ -202,7 +201,6 @@ const DesktopWorkspace: React.FC<DesktopWorkspaceProps> = ({
|
||||
onDocumentStackSelect = null,
|
||||
onPromoteSelection = null,
|
||||
onAssignTagToDocument = null,
|
||||
onRemoveTagFromDocument = null,
|
||||
ensureAssetUrl = null,
|
||||
getDocumentAsset = () => null,
|
||||
activeTagIds = [],
|
||||
@@ -489,7 +487,6 @@ const DesktopWorkspace: React.FC<DesktopWorkspaceProps> = ({
|
||||
const tagInteractions = useDeskTagInteractions({
|
||||
engine,
|
||||
onAssignTagToDocument,
|
||||
onRemoveTagFromDocument,
|
||||
requestCanvasFocus,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user