Tienson Qin 3 лет назад
Родитель
Сommit
baba078323
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      deps/graph-parser/src/logseq/graph_parser/text.cljs

+ 1 - 1
deps/graph-parser/src/logseq/graph_parser/text.cljs

@@ -129,7 +129,7 @@
   [s]
   {:pre (string? s)}
   (->>
-   (string/split s #",")
+   (string/split s #"[\,,]{1}")
    (map string/trim)
    (remove string/blank?)
    (set)))