@@ -721,7 +721,7 @@
});
},
isChooseTag(item, tag) {
- return item.content.indexOf("#" + tag + " ") !== -1;
+ return (item.content.indexOf("#" + tag + " ") !== -1) || (item.content.endsWith("#" + tag));
checkChange(val, item, tag) {
if (val) {