Browse Source

Fixed flicker after edit

master
Igor Zhukov 7 years ago
parent
commit
35fdf3d8f1
  1. 3
      app/js/controllers.js

3
app/js/controllers.js

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

Loading…
Cancel
Save