Multiple open projects issues

I have had to stop having more than 1 Pinegrow project open at a time as it has been causing me countless issues / frustrations. I have 4 projects that are largely identical bar the text content and the images - i don’t know if it is this similarity between projects that is causing the issue or if there is a general issue.

There are 2 main issues that I see, the second of which only seems to happen when projects are opened in the same window.

  1. When i open a second project the styling gets completely broken as the link to the tailwind css file (in tailwind_theme) shifts to try and css link to the originally open project’s version of that file (i.e. by prepending ../Other%20project/ to tailwind_theme/tailwind.css).
  2. When i select any element in the tree, the properties panel for that element does not update to show details for the selected item. That panel instead seems to be locked to the selected item in the originally opened project.

****

If i open any of the projects individually things work fine so that is what I have been doing but as the projects are similar I often want to copy elements / css between them and so having multiple open at once would be far preferable.