mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-26 10:14:43 +08:00
Fix invariant text and niagara types
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user