chore(core): add todo

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-06 16:26:30 +01:00
committed by Braks
parent 6ac5f3172e
commit 66e210adf4

View File

@@ -166,6 +166,7 @@ export default function useHandle({
prevActiveHandle = handleDomNode
// todo: remove `vue-flow__handle-connecting` in next major version
handleDomNode.classList.add('connecting', 'vue-flow__handle-connecting')
handleDomNode.classList.toggle('valid', isValid)
handleDomNode.classList.toggle('vue-flow__handle-valid', isValid)