fix some bug
This commit is contained in:
@@ -179,6 +179,7 @@
|
||||
iframe.style.height = '99%';
|
||||
|
||||
// 将 iframe 插入到指定的 div 中
|
||||
document.getElementById('vscodeWeb').innerHTML = '';
|
||||
document.getElementById('vscodeWeb').appendChild(iframe);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user