Fixed flicker after edit

This commit is contained in:
Igor Zhukov 2017-01-16 21:49:36 +03:00
parent 3086dad219
commit 35fdf3d8f1

View File

@ -2386,6 +2386,9 @@ angular.module('myApp.controllers', ['myApp.i18n'])
resetDraft() resetDraft()
$scope.$broadcast('ui_message_send') $scope.$broadcast('ui_message_send')
$timeout(function () {
$scope.$broadcast('ui_peer_reply')
})
}) })
} }