immich
immich copied to clipboard
fix(web): reset select all button state on escape press
This PR should resolve #13481 by setting isSelectingAllAssets when escape is pressed.
The change is extracting the logic from SelectAllAssets component into a helper and calling them in the album page as well as some other components I thought was suitable as well.