Merge branch 'settings-modal' into shigusegubu

* settings-modal:
  oops
This commit is contained in:
Henry Jameson 2020-05-25 19:57:42 +03:00
commit 2dc01c6549

View file

@ -52,7 +52,7 @@ const MobilePostStatusButton = {
window.removeEventListener('scroll', this.handleScrollEnd) window.removeEventListener('scroll', this.handleScrollEnd)
}, },
openPostForm () { openPostForm () {
this.$store.dispatch('openSettingsModal') this.$store.dispatch('openPostStatusModal')
}, },
handleOSK () { handleOSK () {
// This is a big hack: we're guessing from changed window sizes if the // This is a big hack: we're guessing from changed window sizes if the