refactor: fix comment
This commit is contained in:
parent
9d22550251
commit
349bdee22f
1 changed files with 1 additions and 1 deletions
|
|
@ -1112,7 +1112,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
|
|||
let left_width = list_row.find(".level-left").first().width();
|
||||
let right_width = list_row.find(".level-right").first().width();
|
||||
|
||||
// if listview is not scrillable then hide border
|
||||
// if listview is not scrollable then hide border
|
||||
if (left_width < frappe_list_width - right_width) {
|
||||
this.$result.find(".list-row-container .list-row .level-right").addClass("border-0");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue