diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index cb726599..20dd7f3b 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -41,7 +41,9 @@ const getRandomRoom = () => { return getRandomElement([ 'room.one', 'room.two', - 'room.three', + // 'room.three', // HN killed it + 'room.four', + 'room.five', ]) }