refactor: rename internal data field to __vf
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ const selectedNodes = store.selectedElements
|
||||
|
||||
return {
|
||||
...matchingNode,
|
||||
position: matchingNode?.__rf?.position,
|
||||
position: matchingNode?.__vf?.position,
|
||||
} as Node
|
||||
})
|
||||
: []
|
||||
|
||||
Reference in New Issue
Block a user