mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Allow jumping into sub-workflow with shortkey (#15200)
This commit is contained in:
@@ -12,9 +12,9 @@ import { useToast } from '@/composables/useToast';
|
||||
import { useNDVStore } from '@/stores/ndv.store';
|
||||
import { getMappedResult } from '@/utils/mappingUtils';
|
||||
import { hasExpressionMapping, hasOnlyListMode, isValueExpression } from '@/utils/nodeTypesUtils';
|
||||
import { isResourceLocatorValue } from '@/utils/typeGuards';
|
||||
import { createEventBus } from '@n8n/utils/event-bus';
|
||||
import {
|
||||
isResourceLocatorValue,
|
||||
type INodeProperties,
|
||||
type IParameterLabel,
|
||||
type NodeParameterValueType,
|
||||
|
||||
Reference in New Issue
Block a user