e9153db954
Event handlers are expected to return a boolean to indicate whether the event should be stopped or propagated further. Omitting the return value effectively means returning a random value, which can lead to unexpected behavior. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/423>