mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
feat(editor): Make popped out log view window maximizable (#18223)
This commit is contained in:
@@ -964,10 +964,10 @@ export const CanvasKey = 'canvas' as unknown as InjectionKey<CanvasInjectionData
|
||||
export const CanvasNodeKey = 'canvasNode' as unknown as InjectionKey<CanvasNodeInjectionData>;
|
||||
export const CanvasNodeHandleKey =
|
||||
'canvasNodeHandle' as unknown as InjectionKey<CanvasNodeHandleInjectionData>;
|
||||
export const PiPWindowSymbol = 'PiPWindow' as unknown as InjectionKey<Ref<Window | undefined>>;
|
||||
export const ExpressionLocalResolveContextSymbol = Symbol(
|
||||
'ExpressionLocalResolveContext',
|
||||
) as InjectionKey<ComputedRef<ExpressionLocalResolveContext | undefined>>;
|
||||
export const PopOutWindowKey: InjectionKey<Ref<Window | undefined>> = Symbol('PopOutWindow');
|
||||
export const ExpressionLocalResolveContextSymbol: InjectionKey<
|
||||
ComputedRef<ExpressionLocalResolveContext | undefined>
|
||||
> = Symbol('ExpressionLocalResolveContext');
|
||||
|
||||
export const APP_MODALS_ELEMENT_ID = 'app-modals';
|
||||
export const CODEMIRROR_TOOLTIP_CONTAINER_ELEMENT_ID = 'cm-tooltip-container';
|
||||
|
||||
Reference in New Issue
Block a user