Skip to content

Commit e1bd3d8

Browse files
committed
fix: lint errors
1 parent de3fa00 commit e1bd3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-mention/src/Mentionable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export default defineComponent({
261261
if (index >= 0) {
262262
const { key, keyIndex } = getLastKeyBeforeCaret(index)
263263
const text = lastSearchText = getLastSearchText(index, keyIndex)
264-
// Makes sure that key is not first character in editable element and
264+
// Makes sure that key is not first character in editable element and
265265
// that there is a space before the key. Returns false if these conditions are
266266
// not met
267267
if (!(keyIndex < 1 || /\s/.test(getValue()[keyIndex - 1]))) {

0 commit comments

Comments
 (0)