提交 ee12caeb authored 作者: Italo Rossi's avatar Italo Rossi

FS-8591 [verto_communicator] restoring chat send button behavior

上级 1911cd1b
(function() {
'use strict';
......@@ -199,7 +200,9 @@
// Only conferencing chat is supported for now
// but still calling method with the conference prefix
// so we know that explicitly.
event.preventDefault();
if (event && event.type == 'keydown') {
event.preventDefault();
}
verto.sendConferenceChat($scope.message);
$scope.message = CLEAN_MESSAGE;
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论