Fix typo in comment

pull/200/head
Cory LaViska 2020-09-02 16:59:20 -04:00
rodzic 8b7b7ee319
commit 2aa0f83e6a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -243,7 +243,7 @@ export class Dropdown {
}
handleDocumentMouseDown(event: MouseEvent) {
// Close when clicking outside of the close element
// Close when clicking outside of the containing element
const path = event.composedPath() as Array<EventTarget>;
if (!path.includes(this.containingElement)) {
this.hide();