mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Add new @n8n/utils package (no-changelog) (#13536)
This commit is contained in:
@@ -15,7 +15,7 @@ import type { Segment } from '@/types/expressions';
|
||||
import { startCompletion } from '@codemirror/autocomplete';
|
||||
import type { EditorState, SelectionRange } from '@codemirror/state';
|
||||
import type { IDataObject } from 'n8n-workflow';
|
||||
import { createEventBus, type EventBus } from 'n8n-design-system';
|
||||
import { createEventBus, type EventBus } from '@n8n/utils/event-bus';
|
||||
|
||||
const isFocused = ref(false);
|
||||
const segments = ref<Segment[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user