Skip to content

Commit

Permalink
fix name column
Browse files Browse the repository at this point in the history
  • Loading branch information
dufoli committed Feb 27, 2024
1 parent 58b5d7f commit 17897dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/data-export.js
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ class Model {
return false;
}
nextWord(sentence, ctx) {
let regex = /^\s*([a-z0-9'.]+|,|\(|\))/i;
let regex = /^\s*([a-z0-9'_.]+|,|\(|\))/i;
if (!sentence) {
ctx.value = "";
ctx.pos++;
Expand Down

0 comments on commit 17897dd

Please sign in to comment.