Skip to content

Commit

Permalink
Merge pull request #9532 from nextcloud/backport/9531/stable26
Browse files Browse the repository at this point in the history
[stable26] Add main container id to the store for sidebars
  • Loading branch information
nickvergessen committed May 12, 2023
2 parents 76328b5 + 0298d14 commit f86995c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mainPublicShareAuthSidebar.js
Expand Up @@ -63,6 +63,8 @@ Vue.use(VueShortKey, { prevent: ['input', 'textarea', 'div'] })
Vue.use(vOutsideEvents)
Vue.use(VueObserveVisibility)

store.dispatch('setMainContainerSelector', '#talk-sidebar')

/**
* Wraps all the body contents in its own container.
*
Expand Down
2 changes: 2 additions & 0 deletions src/mainPublicShareSidebar.js
Expand Up @@ -63,6 +63,8 @@ Vue.use(VueShortKey, { prevent: ['input', 'textarea', 'div'] })
Vue.use(vOutsideEvents)
Vue.use(VueObserveVisibility)

store.dispatch('setMainContainerSelector', '#talk-sidebar')

/**
*
*/
Expand Down

0 comments on commit f86995c

Please sign in to comment.