mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-14 19:31:55 +00:00
Realtime Preview: don't hide diff view on refresh
Bug: T307046 Change-Id: I77379a323b7532595685494de10b89be65e49954
This commit is contained in:
parent
12661580d4
commit
7f329a7453
|
@ -340,7 +340,9 @@ RealtimePreview.prototype.doRealtimePreview = function ( forceUpdate ) {
|
|||
$textareaNode: $textareaNode,
|
||||
$previewNode: this.$previewNode,
|
||||
$spinnerNode: false,
|
||||
loadingSelectors: loadingSelectors
|
||||
loadingSelectors: loadingSelectors,
|
||||
// Don't hide the diff view, if visible.
|
||||
$diffNode: null
|
||||
} ).done( function () {
|
||||
this.errorLayout.toggle( false );
|
||||
}.bind( this ) ).fail( function ( code, result ) {
|
||||
|
|
Loading…
Reference in a new issue