Browse Source

delete debugger

haojianlong 5 năm trước cách đây
mục cha
commit
d5f7f71f92
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/utils/handsontable/delType.js

+ 0 - 1
src/utils/handsontable/delType.js

@@ -4,7 +4,6 @@ let tagsFun = (instance, td, row, col, prop, value, cellProperties) => {
         let arr = value || [],
             dom = ``;
         arr = arr.sort()
-        debugger
         arr.map((item, index) => {
             if (index > 2) {