mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
Merge pull request #644 in FS/freeswitch from ~JAONZE/freeswitch:bugfix/FS-8591-chat-window-inserts-spurious-carriage to master
* commit 'aede42e8bd4d24fff12314908b58b723ffa96011': FS-8591 [verto_communicator] - Changed ng-keyup to ng-keydown
This commit is contained in:
@@ -195,10 +195,11 @@
|
||||
$scope.openId = $scope.openId == index ? null : index;
|
||||
};
|
||||
|
||||
$scope.send = function() {
|
||||
$scope.send = function(event) {
|
||||
// Only conferencing chat is supported for now
|
||||
// but still calling method with the conference prefix
|
||||
// so we know that explicitly.
|
||||
event.preventDefault();
|
||||
verto.sendConferenceChat($scope.message);
|
||||
$scope.message = CLEAN_MESSAGE;
|
||||
};
|
||||
|
Reference in New Issue
Block a user