Skip to content

Commit

Permalink
Merge branch 'feature/bubbles-revised-2' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekucera committed Apr 23, 2024
2 parents 799489e + 4421e73 commit 1f3c398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/components/network-editor/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,8 @@ export class NetworkEditorController {
let prevParent = null;

const showButton = parent => {
if(parent === null || parent === undefined)
return;
clearTimeout(timeoutID);
for(const cn of cy.clusterNodes()) {
const elem = cn.scratch(Scratch.TOGGLE_BUTTON_ELEM);
Expand Down

0 comments on commit 1f3c398

Please sign in to comment.