js: Fix linting errors from line shifts
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2794>
This commit is contained in:
@ -2153,7 +2153,7 @@ class FolderView extends BaseAppView {
|
||||
if (appIndex === -1)
|
||||
return [-1, -1];
|
||||
|
||||
const { itemsPerPage } = this._grid;
|
||||
const {itemsPerPage} = this._grid;
|
||||
return [Math.floor(appIndex / itemsPerPage), appIndex % itemsPerPage];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user