don't use lite mode because it causes issues with excluded components

This commit is contained in:
Henry Jameson 2024-11-20 17:03:49 +02:00
parent 86900061c2
commit d8a951dc52

View file

@ -693,14 +693,13 @@ export default {
overallPreviewRules.value = init({ overallPreviewRules.value = init({
inputRuleset: exportRules.value, inputRuleset: exportRules.value,
ultimateBackgroundColor: '#000000', ultimateBackgroundColor: '#000000',
liteMode: true,
debug: true debug: true
}).eager }).eager
} catch (e) { } catch (e) {
console.error('Could not compile preview theme', e) console.error('Could not compile preview theme', e)
return null return null
} }
}, 1000) }, 5000)
// //
// Apart from "hover" we can't really show how component looks like in // Apart from "hover" we can't really show how component looks like in
// certain states, so we have to fake them. // certain states, so we have to fake them.