]> cat aescling's git repositories - mastodon.git/commit
Fix replying from modal (#16516)
authorClaire <claire.github-309c@sitedethib.com>
Sat, 17 Jul 2021 15:06:52 +0000 (17:06 +0200)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 15:06:52 +0000 (17:06 +0200)
commite54a65013d200cc8407dc4d3cf6631846062f813
treeb296572fbe71cdb8ae77f78e315ee3365884ca0c
parent211d5c3c300b5a54b60c7b0142158144f9b0d392
Fix replying from modal (#16516)

Fixes #16515

Not using a router object somehow made `this.history` lag behind the real
browser history whenever pushing a new history item in `replyCompose`.

Not using the context-provided router in this case was an oversight made
when porting glitch-soc changes in #16499.
app/javascript/mastodon/components/modal_root.js