Skip to content

grabHelper: Throw an error if the owner is not an actor

GrabHelper requires the owner to be an Actor as we pass this to pushModal that assumes it to be as well.

So check that GrabHelper owner is an actor and throws an error if it is not the case. This helps in tracking down issues such as gnome-shell-extensions!68 (merged)

!565 (merged)

Merge request reports