mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Fix notification toast offset outside of NodeView if chat/logs were opened (#15622)
This commit is contained in:
@@ -575,6 +575,7 @@ export const enum VIEWS {
|
||||
}
|
||||
|
||||
export const EDITABLE_CANVAS_VIEWS = [VIEWS.WORKFLOW, VIEWS.NEW_WORKFLOW, VIEWS.EXECUTION_DEBUG];
|
||||
export const VISIBLE_LOGS_VIEWS = [...EDITABLE_CANVAS_VIEWS, VIEWS.EXECUTION_PREVIEW];
|
||||
|
||||
export const TEST_PIN_DATA = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user