MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / closeAllDropdowns

Function closeAllDropdowns

vmm/ui/src/composables/useVmManager.ts:1227–1231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1225 }
1226
1227 function closeAllDropdowns() {
1228 document.querySelectorAll('.dropdown-content').forEach((dropdown) => dropdown.classList.remove('show'));
1229 systemMenu.value.show = false;
1230 document.removeEventListener('click', closeAllDropdowns);
1231 }
1232
1233 function toggleSystemMenu(event: Event) {
1234 event.stopPropagation();

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected