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
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 = {