mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix keyboard shortcut bugs in the log view (#16393)
This commit is contained in:
@@ -95,6 +95,10 @@ export const useBuilderStore = defineStore(STORES.BUILDER, () => {
|
||||
// Looks smoother if we wait for slide animation to finish before updating the grid width
|
||||
// Has to wait for longer than SlideTransition duration
|
||||
setTimeout(() => {
|
||||
if (!window) {
|
||||
return; // for unit testing
|
||||
}
|
||||
|
||||
uiStore.appGridDimensions = {
|
||||
...uiStore.appGridDimensions,
|
||||
width: window.innerWidth,
|
||||
|
||||
Reference in New Issue
Block a user