We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 443d12d + e53f3d3 commit d25ba6eCopy full SHA for d25ba6e
1 file changed
index.js
@@ -65,7 +65,7 @@ register(require('./transaction/period.js'))
65
66
const chatPanes = require('chat-pane')
67
register(chatPanes.longChatPane) // Long pane must have prio in case short pane tries to do a long pane
68
-// register(chatPanes.shortChatPane) // was './chat/chatPane.js'
+register(chatPanes.shortChatPane) // was './chat/chatPane.js'
69
// register(require('./publication/publicationPane.js'))
70
register(require('meeting-pane'))
71
register(require('./tabbed/tabbedPane.js'))
0 commit comments