feat(editor): Replace root events with event bus events (no-changelog) (#6454)
* feat: replace root events with event bus events * fix: prevent cypress from replacing global with globalThis in import path * feat: remove emitter mixin * fix: replace component events with event bus * fix: fix linting issue * fix: fix breaking expression switch * chore: prettify ndv e2e suite code
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export * from './code-node-editor';
|
||||
export * from './data-pinning';
|
||||
export * from './link-actions';
|
||||
export * from './html-editor';
|
||||
export * from './node-view';
|
||||
|
||||
3
packages/editor-ui/src/event-bus/link-actions.ts
Normal file
3
packages/editor-ui/src/event-bus/link-actions.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createEventBus } from 'n8n-design-system';
|
||||
|
||||
export const globalLinkActionsEventBus = createEventBus();
|
||||
Reference in New Issue
Block a user