i would like to modify the below code in a such way that it only deactivate the zoom on double-click event please.
i tried the below posted code, but it disabled all the interactions including the mouse-wheel
code
this.map.getInteractions().forEach(x => x.setActive(false));