getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.28k stars 167 forks source link

Fix menu blur when not inside Panel #6487

Closed distantnative closed 3 months ago

distantnative commented 3 months ago

Description

Summary of changes

The panel menu blur method would run for narrow screen widths, trying to close the Panel menu, even when using <k-panel-outside> where the menu isn't present. It now stops trying to close the menu if the menu doesn't exist anyways.

Changelog

Fixes

Ready?

For review team