This commit is contained in:
Red Adaya 2024-04-04 11:15:38 +08:00
parent af6486e8bb
commit 936e9fa7b4

View File

@ -169,7 +169,6 @@ class RemotesModel {
}
createTermWrap(elem: HTMLElement): void {
console.log("createTermWrap", elem);
this.disposeTerm();
let remoteId = this.selectedRemoteId.get();
if (remoteId == null) {