mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-24 23:15:11 +00:00
fix: Avoid editor formatting issues when a canned response is edited (#5533)
This commit is contained in:
committed by
GitHub
parent
7b54990ae6
commit
705d06ac3c
@@ -1,6 +1,7 @@
|
||||
export const LOCAL_STORAGE_KEYS = {
|
||||
DISMISSED_UPDATES: 'dismissedUpdates',
|
||||
WIDGET_BUILDER: 'widgetBubble_',
|
||||
DRAFT_MESSAGES: 'draftMessages',
|
||||
};
|
||||
|
||||
export const LocalStorage = {
|
||||
|
||||
Reference in New Issue
Block a user