mirror of
https://github.com/xevidos/codiad.git
synced 2024-12-22 05:42:17 +01:00
Fixed overwrite of preview function
This commit is contained in:
parent
a10d2f9670
commit
ece26c9c1e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue