diff options
| author | Henry Jameson <me@hjkos.com> | 2022-06-21 01:07:32 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-06-21 01:07:32 +0300 |
| commit | 3d4d694b493b9a0785462d1d5f57aec6411ecc0a (patch) | |
| tree | 61a3c88fcff7b5f2e40a053644c55b4d0af130af /src | |
| parent | 78ced0c901d255bf99e096339da945b1b3cc0216 (diff) | |
don't stop propagation on settings modal open
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/desktop_nav/desktop_nav.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/desktop_nav/desktop_nav.vue b/src/components/desktop_nav/desktop_nav.vue index bab3ca81..f352c78c 100644 --- a/src/components/desktop_nav/desktop_nav.vue +++ b/src/components/desktop_nav/desktop_nav.vue @@ -38,7 +38,7 @@ /> <button class="button-unstyled nav-icon" - @click.stop="openSettingsModal" + @click="openSettingsModal" > <FAIcon fixed-width |
