Browse Source

delete debugger

haojianlong 5 years ago
parent
commit
d5f7f71f92
1 changed files with 0 additions and 1 deletions
  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) {