emojioneify the composer
and also fix up the selectedness CSS for pills and emoji
This commit is contained in:
@@ -61,6 +61,9 @@ class PlainWithPillsSerializer {
|
||||
(node.object == 'block' && Block.isBlockList(node.nodes))
|
||||
) {
|
||||
return node.nodes.map(this._serializeNode).join('\n');
|
||||
}
|
||||
else if (node.type == 'emoji') {
|
||||
return node.data.get('emojiUnicode');
|
||||
} else if (node.type == 'pill') {
|
||||
switch (this.pillFormat) {
|
||||
case 'plain':
|
||||
|
||||
Reference in New Issue
Block a user