parent
edeba50f60
commit
0b6ef294aa
@ -2196,6 +2196,7 @@ angular.module('myApp.controllers', ['myApp.i18n'])
|
|||||||
$scope.$broadcast('ui_message_send');
|
$scope.$broadcast('ui_message_send');
|
||||||
}
|
}
|
||||||
delete $scope.draftMessage.sticker;
|
delete $scope.draftMessage.sticker;
|
||||||
|
resetDraft();
|
||||||
}
|
}
|
||||||
|
|
||||||
function onCommandSelected (command) {
|
function onCommandSelected (command) {
|
||||||
@ -2203,8 +2204,10 @@ angular.module('myApp.controllers', ['myApp.i18n'])
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
AppMessagesManager.sendText($scope.curDialog.peerID, command);
|
AppMessagesManager.sendText($scope.curDialog.peerID, command);
|
||||||
|
resetDraft();
|
||||||
delete $scope.draftMessage.sticker;
|
delete $scope.draftMessage.sticker;
|
||||||
delete $scope.draftMessage.text;
|
delete $scope.draftMessage.text;
|
||||||
|
delete $scope.draftMessage.command;
|
||||||
$scope.$broadcast('ui_message_send');
|
$scope.$broadcast('ui_message_send');
|
||||||
$scope.$broadcast('ui_peer_draft');
|
$scope.$broadcast('ui_peer_draft');
|
||||||
}
|
}
|
||||||
|
@ -2053,6 +2053,7 @@ a.im_message_fwd_photo {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
padding: 4px;
|
||||||
}
|
}
|
||||||
.im_message_photo_caption,
|
.im_message_photo_caption,
|
||||||
.im_message_video_caption {
|
.im_message_video_caption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user