workspace: Fix chaining up
Gah, accidentally dropped the 'vfunc' prefix :-( https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1172
This commit is contained in:
parent
3f8bd1db25
commit
15e72da648
@ -404,7 +404,7 @@ var WindowClone = GObject.registerClass({
|
||||
return true;
|
||||
}
|
||||
|
||||
return super.key_press_event(keyEvent);
|
||||
return super.vfunc_key_press_event(keyEvent);
|
||||
}
|
||||
|
||||
_onClicked() {
|
||||
|
Loading…
Reference in New Issue
Block a user