don't accept @/#/: as part of command, allow to create pill candidate
so if you type these 3 characters, you get the correct autocomplete
This commit is contained in:
parent
a4376a76f0
commit
00d81eece9
1 changed files with 0 additions and 4 deletions
|
@ -465,10 +465,6 @@ export class CommandPartCreator extends PartCreator {
|
||||||
}
|
}
|
||||||
|
|
||||||
class CommandPart extends PillCandidatePart {
|
class CommandPart extends PillCandidatePart {
|
||||||
acceptsInsertion(chr, i) {
|
|
||||||
return PlainPart.prototype.acceptsInsertion.call(this, chr, i);
|
|
||||||
}
|
|
||||||
|
|
||||||
get type() {
|
get type() {
|
||||||
return "command";
|
return "command";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue