|
|
|
@ -1582,6 +1582,8 @@ angular.module('myApp.directives', ['myApp.filters'])
@@ -1582,6 +1582,8 @@ angular.module('myApp.directives', ['myApp.filters'])
|
|
|
|
|
$(submitBtn).on('mousedown touchstart', onMessageSubmit) |
|
|
|
|
|
|
|
|
|
function onMessageSubmit (e) { |
|
|
|
|
var self = this |
|
|
|
|
|
|
|
|
|
$timeout(function () { |
|
|
|
|
updateValue() |
|
|
|
|
$scope.draftMessage.send() |
|
|
|
@ -1589,6 +1591,8 @@ angular.module('myApp.directives', ['myApp.filters'])
@@ -1589,6 +1591,8 @@ angular.module('myApp.directives', ['myApp.filters'])
|
|
|
|
|
if (composerEmojiPanel) { |
|
|
|
|
composerEmojiPanel.update() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
self.hideSuggestions() |
|
|
|
|
}, shouldFocusOnInteraction ? 0 : 100) |
|
|
|
|
return cancelEvent(e) |
|
|
|
|
} |
|
|
|
|