Browse Source

Merge branch 'Cynser-csv-escape'

n1474335 6 năm trước cách đây
mục cha
commit
b67ad3073c
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/core/Utils.mjs

+ 0 - 2
src/core/Utils.mjs

@@ -555,8 +555,6 @@ class Utils {
             if (renderNext) {
                 cell += b;
                 renderNext = false;
-            } else if (b === "\\") {
-                renderNext = true;
             } else if (b === "\"" && !inString) {
                 inString = true;
             } else if (b === "\"" && inString) {