diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-17 08:35:19 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-17 08:35:19 +0200 |
| commit | be4244acde8183271d3770f2fbbd9d1ac571086b (patch) | |
| tree | fda2d7517b20bd444991a8c22b353fb236f3591d /src/components/desktop_nav | |
| parent | 8311d4deba93309dd60ebeb28f7b3ac1d0d23e6c (diff) | |
fix some warnings
Diffstat (limited to 'src/components/desktop_nav')
| -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 304baf9d..bab3ca81 100644 --- a/src/components/desktop_nav/desktop_nav.vue +++ b/src/components/desktop_nav/desktop_nav.vue @@ -34,7 +34,7 @@ <search-bar v-if="currentUser || !privateMode" @toggled="onSearchBarToggled" - @click.stop.native + @click.stop /> <button class="button-unstyled nav-icon" |
