klembot / twinejs

Twine, a tool for telling interactive, nonlinear stories
https://twinery.org
GNU General Public License v3.0
2k stars 295 forks source link

Clicking external links opens in app with no ability to go back #1048

Closed svatas closed 2 years ago

svatas commented 2 years ago

Describe the bug.

Wrongly implemented functionality after clicking the link on page takes you to a page and then you have no apparent way to get back to the Twine editor without closing the application and opening it back up.

Steps to reproduce:

It takes you to a page and then you have no apparent way to get back to the Twine editor without closing the application and opening it back up.

Expected behavior:

Link should be opened in default webrowser instead of app itself.

Or some control buttons must be added to be able to go back to previous page in app.

Additional context on this problem.

This is issue created upon description in https://github.com/klembot/twinejs/issues/1009, reported by user @HiEv. As it contains more bug in it, this standalone issue created for better management.

Twine version number

2.4.0 beta-2

Does this problem occur with the web version of Twine or the desktop app?

Desktop app

What operating system does this problem occur on?

Windows

If this problem is occurring with the web version of Twine, what browser does it occur on?

No response

Presubmission checklist

klembot commented 2 years ago

Fixed by https://github.com/klembot/twinejs/pull/1034.