TypeError: this.controller._updateBubblePath is not a function
Closed this issue · 0 comments
chrtannus commented
Describe the bug
The browser's console shows this error after deleting nodes and then undoing it:
Uncaught TypeError: this.controller._updateBubblePath is not a function
at t (main.js:1:92264)
at Object.action (main.js:1:92350)
at va.undo (main.js:1:92735)
at onClick (main.js:1:163385)
To Reproduce
- Go to any network that has clusters
- Delete a node that is inside a bubble
- Click the Undo button
- Open the browser's console and see the error