longbridgeapp / gpui-component

UI components write in GPUI.
Apache License 2.0
150 stars 20 forks source link

dock: Fix panel zoom sometimes is not work. #197 #211

Closed huacnlee closed 1 month ago

huacnlee commented 1 month ago

This is because the PanelEvent::ZoomIn is called 2 times when we click the menu (I don't why, not found the source).

So just split Zoom in, Zoom out as two difference methods to avoid this.