Fix highlight property in chart block
This commit is contained in:
parent
f3e617635e
commit
d04e2dfd78
|
@ -31,10 +31,8 @@
|
|||
$: safeValue = getSafeValue(value, defaultValue, allBindings)
|
||||
$: replaceBindings = val => readableToRuntimeBinding(allBindings, val)
|
||||
|
||||
$: if (value) {
|
||||
highlightType =
|
||||
$: highlightType =
|
||||
highlightedProp?.key === key ? `highlighted-${highlightedProp?.type}` : ""
|
||||
}
|
||||
|
||||
const getAllBindings = (bindings, componentBindings, nested) => {
|
||||
if (!nested) {
|
||||
|
|
Loading…
Reference in New Issue