diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-07-10 20:06:18 -0600 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-07-10 20:06:18 -0600 |
| commit | 63519c325f879ea3f64052e39c019267d8238b54 (patch) | |
| tree | 187a55fb2035ddf93e84d0ce8ec4c9e4c0528be6 /src/components/notifications/notifications.vue | |
| parent | 65b0b69f109c42f07fe14c764d6a4e01bd763a83 (diff) | |
| parent | c4cbad0df43a1b0c0644f7818d7e7eca97ceda40 (diff) | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into add/edit-status
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 794ef51d..b46c06aa 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -1,5 +1,5 @@ <template> - <teleport :disabled="minimalMode" :to="teleportTarget"> + <teleport :disabled="minimalMode || disableTeleport" :to="teleportTarget"> <div :class="{ minimal: minimalMode }" class="Notifications" |
