tiddlyhost / tiddlyhost-com

Rails application for creating and hosting TiddlyWiki sites, plus resources for deploying it to https://tiddlyhost.com/
Other
188 stars 18 forks source link

Downloaded sites no longer clear $:/UploadURL #197

Closed simonbaird closed 2 years ago

simonbaird commented 2 years ago

The impact is that clicking "Save" after downloading doesn't work because it tries to save to the upload url.

I'm pretty sure this used to work, so I guess it's a regression.

Relevant code is in rails/lib/th_file.rb but it could be the "for_download" param is not being set as expected.