feat(editor): Add registerCustomAction to new canvas (no-changelog) (#10359)

This commit is contained in:
Alex Grozav
2024-08-16 10:45:12 +03:00
committed by GitHub
parent c5a0c049ea
commit 90a5fcc541
4 changed files with 40 additions and 27 deletions

View File

@@ -261,7 +261,7 @@ import {
VALID_WORKFLOW_IMPORT_URL_REGEX,
} from '@/constants';
import useGlobalLinkActions from '@/composables/useGlobalLinkActions';
import { useGlobalLinkActions } from '@/composables/useGlobalLinkActions';
import { useNodeHelpers } from '@/composables/useNodeHelpers';
import useCanvasMouseSelect from '@/composables/useCanvasMouseSelect';
import { useExecutionDebugging } from '@/composables/useExecutionDebugging';