We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a81dd commit ca500f9Copy full SHA for ca500f9
packages/pg-browser/index.html
@@ -61,6 +61,7 @@
61
const fitAddon = new FitAddon.FitAddon();
62
emulator.serial_adapter.term.loadAddon(fitAddon);
63
fitAddon.fit();
64
+ window.addEventListener("resize", () => fitAddon.fit());
65
// emulator.serial_adapter.term.setOption("allowTransparency", true);
66
// emulator.serial_adapter.term.setOption("theme", { background: "transparent" });
67
setTimeout(() => {
0 commit comments