also support deserializing at-room-pill when transferring editor state

pull/21833/head
Bruno Windels 2019-06-14 18:42:30 +02:00
parent 497ba1ecd4
commit d9e62b54fc
1 changed files with 2 additions and 0 deletions

View File

@ -376,6 +376,8 @@ export class PartCreator {
return this.plain(part.text);
case "newline":
return this.newline();
case "at-room-pill":
return this.atRoomPill(part.text);
case "pill-candidate":
return this.pillCandidate(part.text);
case "room-pill":