This commit is contained in:
Henry Jameson 2020-05-25 19:57:32 +03:00
parent dc8f78e84d
commit a14635f4f2

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