mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
This reverts commit c74f116a48b3bac29b91712ad6d38a87fc7eb2af. Unfortunately it appears to be making mention autocomplete fail
This commit is contained in:
parent
d41aa5e9f5
commit
f1701764a6
@ -580,7 +580,7 @@ export default function (options) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If we've backspaced past the beginning, cancel unless no key
|
// If we've backspaced past the beginning, cancel unless no key
|
||||||
if (cp - 1 <= completeStart && options.key) {
|
if (cp <= completeStart && options.key) {
|
||||||
closeAutocomplete();
|
closeAutocomplete();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user