diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-07 14:37:16 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-07 14:37:16 +0300 |
| commit | d3d219f15d4bac88f58d4fd0fed6f798b81cca82 (patch) | |
| tree | 6cf36f274292950ab7f192b19a941cd9f9cabe9a /src/components/notifications/notifications.vue | |
| parent | 8d623ab1ea098b107c8aa22f01a410066f6b0d60 (diff) | |
fix interactions page
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index f50d3d38..bfc97dc0 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -1,5 +1,5 @@ <template> - <teleport :to="teleportTarget"> + <teleport :disabled="minimalMode" :to="teleportTarget"> <div :class="{ minimal: minimalMode }" class="Notifications" |
