Fix invariant text and niagara types

This commit is contained in:
barsdeveloper
2024-09-15 23:15:00 +02:00
parent 5ea4d75a81
commit 2b028e2800
11 changed files with 123 additions and 57 deletions

View File

@@ -10,7 +10,7 @@ export default class BoolPinTemplate extends PinTemplate {
#input
#onChangeHandler = () => {
const entity = this.element.getDefaultValue()
const entity = this.element.getDefaultValue(true)
entity.value = this.#input.checked
this.element.setDefaultValue(entity)
}