Browse Source

refactor: insert line

version-14
Summayya 3 years ago
parent
commit
31cefa7898
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      frappe/public/js/frappe/form/grid_row.js

+ 1
- 0
frappe/public/js/frappe/form/grid_row.js View File

@@ -611,6 +611,7 @@ export default class GridRow {


$col.field_area = $('<div class="field-area"></div>').appendTo($col).toggle(false); $col.field_area = $('<div class="field-area"></div>').appendTo($col).toggle(false);
$col.static_area = $('<div class="static-area ellipsis"></div>').appendTo($col).html(txt); $col.static_area = $('<div class="static-area ellipsis"></div>').appendTo($col).html(txt);
// set title attribute to see full label for columns in the heading row // set title attribute to see full label for columns in the heading row
if (!this.doc) { if (!this.doc) {
$col.attr("title", txt); $col.attr("title", txt);


Loading…
Cancel
Save