mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-25 08:06:51 +00:00
Support styling
This commit is contained in:
@@ -21,4 +21,8 @@ export class BooleanNode extends AbstractNode<boolean> {
|
||||
<button${value === false ? ' style="font-weight: bold"' : ' '} data-id="${falseButton}">False</button>
|
||||
<button${value === true ? ' style="font-weight: bold"' : ' '} data-id="${trueButton}">True</button>`
|
||||
}
|
||||
|
||||
getClassName() {
|
||||
return 'boolean-node'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user