after setting the element to a draggable state using css"s -webkit-app-region: drag in electron, it is found that double-clicking on the element triggers
the maximization method of the system, try to use js to disable double-click and click events of this element, and css"s pointer-events: none all have no effect, is there
is there a way to solve this problem?