feat: Adds support for image resize in the message bubble (#8182)

This commit is contained in:
Sivin Varghese
2023-11-08 14:11:47 +05:30
committed by GitHub
parent 5d224f2e04
commit e0f33e62af
3 changed files with 59 additions and 2 deletions

View File

@@ -446,7 +446,7 @@ export default {
this.onFocus();
},
click: () => {
// this.isEditorMouseFocusedOnAnImage(); Enable it when the backend supports for message resize is done.
this.isEditorMouseFocusedOnAnImage();
},
blur: () => {
this.onBlur();
@@ -674,7 +674,7 @@ export default {
() => this.resetTyping(),
TYPING_INDICATOR_IDLE_TIME
);
// this.updateImgToolbarOnDelete(); Enable it when the backend supports for message resize is done.
this.updateImgToolbarOnDelete();
},
onKeydown(event) {
if (this.isEnterToSendEnabled()) {