Fixed overwrite of preview function

This commit is contained in:
xevidos 2020-02-25 09:51:06 -05:00
parent a10d2f9670
commit ece26c9c1e
1 changed files with 1 additions and 1 deletions

View File

@ -1512,7 +1512,7 @@
if( r.status === "success" ) {
_this.preview = window.open( r.data, '_newtab' );
_this.preview_window = window.open( r.data, '_newtab' );
let editor = codiad.editor.getActive();