MCPcopy Create free account
hub / github.com/Everoot/everoot.github.io /

Class

src/app/components/window/window.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 styleUrl: './window.css',
20})
21export class WindowComponent implements OnInit {
22 @Input() windowState!: WindowState;
23
24 private isDragging = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected