We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5932b7c commit 773f58eCopy full SHA for 773f58e
src/renderer/extensions/vueNodes/composables/useVueNodeResizeTracking.ts
@@ -131,9 +131,7 @@ const resizeObserver = new ResizeObserver((entries) => {
131
// Flush per-type
132
for (const [type, updates] of updatesByType) {
133
const config = trackingConfigs.get(type)
134
- if (config && updates.length) {
135
- config.updateHandler(updates)
136
- }
+ if (config && updates.length) config.updateHandler(updates)
137
}
138
139
// After node bounds are updated, refresh slot cached offsets and layouts
0 commit comments