mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
keyboard: Minor cleanup
Use the more concise operator shorthand. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1177
This commit is contained in:
parent
153b7d525d
commit
2b70151794
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ var EmojiPager = GObject.registerClass({
|
|||
|
||||
_onPan(action) {
|
||||
let [dist_, dx, dy_] = action.get_motion_delta(0);
|
||||
this.delta = this.delta + dx;
|
||||
this.delta += dx;
|
||||
|
||||
if (this._currentKey != null) {
|
||||
this._currentKey.cancel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue