fix(linter): Trim Trailing Whitespace

This commit is contained in:
Shariq Ansari 2022-03-07 16:11:23 +05:30
parent 5a0dc5d7c8
commit d2e656eff5
2 changed files with 6 additions and 2 deletions

View file

@ -205,7 +205,7 @@ export default class GridRow {
}
render_row(refresh) {
if (this.show_search && !this.show_search_row()) return;
let me = this;
this.set_row_index();
@ -257,7 +257,7 @@ export default class GridRow {
if (e.target.value == "") {
delete this.grid.filter['row-index'];
}
this.grid.grid_sortable
.option('disabled', Object.keys(this.grid.filter).length !== 0);

View file

@ -21,7 +21,9 @@
},
"homepage": "https://frappeframework.com",
"dependencies": {
"@cypress/code-coverage": "^3",
"@editorjs/editorjs": "2.20.0",
"@testing-library/cypress": "^8",
"ace-builds": "^1.4.8",
"air-datepicker": "github:frappe/air-datepicker",
"autoprefixer": "^9.8.6",
@ -31,6 +33,8 @@
"cookie": "^0.4.0",
"cropperjs": "^1.5.12",
"cssnano": "^5.0.0",
"cypress": "^6",
"cypress-file-upload": "^5",
"driver.js": "^0.9.8",
"editorjs-undo": "0.1.6",
"express": "^4.17.1",