We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cface3 commit fa59005Copy full SHA for fa59005
1 file changed
ui/src/views/shell/terminal/index.vue
@@ -691,6 +691,7 @@ onDeactivated(() => {
691
if (!tabStore.includeTab(fullPath)) {
692
window.console.info(`close${channelId}`);
693
close(channelId);
694
+ webGLAddon?.dispose();
695
term.dispose();
696
}
697
showSearchDropdownRef.value = false;
0 commit comments