fix: Avoid editor formatting issues when a canned response is edited (#5533)

This commit is contained in:
Nithin David Thomas 2022-10-01 03:33:33 +05:30 committed by GitHub
parent 7b54990ae6
commit 705d06ac3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 85 additions and 57 deletions

View file

@ -1,6 +1,7 @@
export const LOCAL_STORAGE_KEYS = {
DISMISSED_UPDATES: 'dismissedUpdates',
WIDGET_BUILDER: 'widgetBubble_',
DRAFT_MESSAGES: 'draftMessages',
};
export const LocalStorage = {