Fixed flicker after edit
This commit is contained in:
parent
3086dad219
commit
35fdf3d8f1
@ -2386,6 +2386,9 @@ angular.module('myApp.controllers', ['myApp.i18n'])
|
||||
|
||||
resetDraft()
|
||||
$scope.$broadcast('ui_message_send')
|
||||
$timeout(function () {
|
||||
$scope.$broadcast('ui_peer_reply')
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user