get rid of cachedWidgetLoader & slightly rename some prop for better understanding

This commit is contained in:
chfhtw
2026-04-14 11:12:26 +02:00
parent 4669598dd9
commit 38d9d91945
4 changed files with 31 additions and 76 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export default {
},
computed: {
sizeLimits() {
return Object.fromEntries(Object.entries(this.itemsSetup).map(([type, setup]) => {
return Object.fromEntries(Object.entries(this.itemsSetup).map(([type, { setup }]) => {
const result = {}; // work on a copy
if (setup.height === undefined)
result.height = { min: 1, max: undefined };