Fix: some fixes to studio
This commit is contained in:
parent
368d7857a0
commit
c795e74037
2 changed files with 7 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
currentValue.ping()
|
||||
|
||||
if (isTagRenderingBlock) {
|
||||
state.highlightedItem.setData({ path: [...path, currentValue.data.length - 1], schema })
|
||||
state.highlightedItem?.setData({ path: [...path, currentValue.data.length - 1], schema })
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue