MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / positionTabOffScreen

Method positionTabOffScreen

emain/emain-tabview.ts:213–220  ·  view source on GitHub ↗
(winBounds: Rectangle)

Source from the content-addressed store, hash-verified

211 }
212
213 positionTabOffScreen(winBounds: Rectangle) {
214 this.setBounds({
215 x: -15000,
216 y: -15000,
217 width: winBounds.width,
218 height: winBounds.height,
219 });
220 }
221
222 isOnScreen() {
223 const bounds = this.getBounds();

Callers 1

finalizePositioningMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected