Skip to content

Commit

Permalink
add main container id to the store
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy authored and backportbot-nextcloud[bot] committed May 12, 2023
1 parent 76328b5 commit 0298d14
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 0298d14

Please sign in to comment.