We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c2f22 commit f85bff2Copy full SHA for f85bff2
1 file changed
html/chat-room/chat-room.html
@@ -81,6 +81,7 @@
81
Object.keys(input).forEach(key=>{
82
83
console.log(key,input[key]);
84
+ if(!input[key].initmod)debugger;
85
input[key].initmod({post,poll,display})
86
87
});
0 commit comments