mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-21 06:05:45 +08:00
Various fixes
This commit is contained in:
@@ -35,7 +35,7 @@ export default class BoolPinTemplate extends IInputPinTemplate {
|
||||
renderInput(pin) {
|
||||
if (pin.isInput()) {
|
||||
return html`
|
||||
<input type="checkbox" class="ueb-pin-input" .checked=${pin.defaultValue=="true" } />
|
||||
<input type="checkbox" class="ueb-pin-input" .checked=${pin.entity.getDefaultValue()} />
|
||||
`
|
||||
}
|
||||
return super.renderInput(pin)
|
||||
|
||||
Reference in New Issue
Block a user