mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
The dist files merged in #60621 were built using master's node_modules, which had @nextcloud/dialogs@7.3.0. That version bundles a Vue 3-compiled floating-vue/vue-resize that imports withScopeId, openBlock, createBlock from 'vue'. Vue 2.7.16 (used in stable31) does not export these APIs, causing a TypeError on page load that crashed all Cypress tests. Rebuilt using stable31's package-lock.json (@nextcloud/dialogs@6.4.2) with Node 20 as required by the project's engine constraint. AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
2 lines
No EOL
341 B
JavaScript
2 lines
No EOL
341 B
JavaScript
(()=>{"use strict";const e=document.body,t=document.querySelector("footer");let o=t?.offsetHeight;t&&new ResizeObserver((t=>{for(const r of t){const t=r.contentRect.height;if(t===o)return;o=t,e.style.setProperty("--footer-height",`${t}px`)}})).observe(t,{box:"border-box"})})();
|
|
//# sourceMappingURL=core-public.js.map?v=1e9c4c24dedb41c45e0c
|