rancher-sandbox / rancher-desktop

Container Management and Kubernetes on the Desktop
https://rancherdesktop.io
Apache License 2.0
6.04k stars 285 forks source link

RDX: Don't reload extension on window resize #7761

Closed mook-as closed 1 week ago

mook-as commented 1 week ago

We triggered extension navigation on the window resize listener; this meant we kept reloading the page for no reason. Only do that if the desired page does not match the last loaded page.

Fixes #7651