diff --git a/src/editor/parts.js b/src/editor/parts.js index d13a94253f..67d36e6660 100644 --- a/src/editor/parts.js +++ b/src/editor/parts.js @@ -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":