diff --git a/modules/CommentController.js b/modules/CommentController.js index 626d47472..d89f5b451 100644 --- a/modules/CommentController.js +++ b/modules/CommentController.js @@ -462,7 +462,8 @@ CommentController.prototype.switchToVisual = function () { action: 'visualeditor', paction: 'parsefragment', page: pageData.pageName, - wikitext: wikitext + wikitext: wikitext, + pst: true } ).then( function ( response ) { return response && response.visualeditor.content; } );