mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 02:09:54 +08:00
Merge pull request #828 from ZogStriP/hide-show-preview-in-composer-preference-is-saved-in-local-storage
FIX: hide/show preview in composer preference is saved in local storage
This commit is contained in:
commit
2a98e8773f
|
@ -67,7 +67,7 @@ Discourse.Composer = Discourse.Model.extend({
|
|||
|
||||
togglePreview: function() {
|
||||
this.toggleProperty('showPreview');
|
||||
Discourse.KeyValueStore.set({ key: 'showPreview', value: this.get('showPreview') });
|
||||
Discourse.KeyValueStore.set({ key: 'composer.showPreview', value: this.get('showPreview') });
|
||||
},
|
||||
|
||||
// Import a quote from the post
|
||||
|
|
Loading…
Reference in New Issue
Block a user