You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apply(store: Store){if(store.content.slice(this.startIndex,this.endIndex).includes("\n")){// todo: support this?throwError("Insert label across hard line is not supported now! Please remove the \\n in content first!");}store.labelRepo.add(newLabelModel.Enthity(null,this.categoryId,this.startIndex,this.endIndex,store));}
想问下这个换行符好不好支持啊
The text was updated successfully, but these errors were encountered:
看到
src/Action/Label.ts
里面调用的:想问下这个换行符好不好支持啊
The text was updated successfully, but these errors were encountered: