Skip to content

Commit fa59005

Browse files
committed
更新:onDeactivated时废弃webGLAddon
1 parent 6cface3 commit fa59005

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/src/views/shell/terminal/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ onDeactivated(() => {
691691
if (!tabStore.includeTab(fullPath)) {
692692
window.console.info(`close${channelId}`);
693693
close(channelId);
694+
webGLAddon?.dispose();
694695
term.dispose();
695696
}
696697
showSearchDropdownRef.value = false;

0 commit comments

Comments
 (0)