const restoreZoom = function()

in frontend/src/lib/cytoscape-cxtmenu/cxtmenu.js [347:351]


    const restoreZoom = function () {
      if (zoomEnabled) {
        cy.userZoomingEnabled(true);
      }
    };