Enlarge emoji in composer (#7602)
This commit is contained in:
@@ -111,7 +111,7 @@ export default class AutocompleteWrapperModel {
|
||||
return [(this.partCreator as CommandPartCreator).command(text)];
|
||||
default:
|
||||
// used for emoji and other plain text completion replacement
|
||||
return [this.partCreator.plain(text)];
|
||||
return this.partCreator.plainWithEmoji(text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user