reallyreadit / web

The Readup web app, embed, extension, and native client readers.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Fix opening reading view when trying to post (adds stopPropagation pr… #33

Closed th0rgall closed 2 years ago

th0rgall commented 2 years ago

…ops for PostButton)

See pivotal: https://www.pivotaltracker.com/story/show/180234655/comments/228176011

thor @th0rgall There's an ugly bug that we both missed remaining! You can't Post from ArticleDetails, it opens the reader immediately. I forgot to do stopPropagation there it seems. I'll try to patch it ASAP.