You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: You've got two projects (folders), both with an index.html.
Open Folder for project 1 and open Index.html
Click the lightning bolt, test that the connection is working, changing index.html and saving shows your changes in Chrome
Now go to File -> Open Folder and open Project 2. The live connection is STILL active, changing/modifying the newly opened index.html will refresh the OLD live preview.
Expected behavior: Close live preview when opening a new project.
The text was updated successfully, but these errors were encountered:
Comment by redmunds Friday Mar 15, 2013 at 21:59 GMT
This is somewhat fixed in@iwehrman 's branch (pull request #3142) where switching projects causes Live Dev to terminate. I think that's OK (I actually prefer it) but others may be expecting Live Dev to stay active.
Issue by jrowny
Thursday Feb 28, 2013 at 18:50 GMT
Originally opened as adobe/brackets#3000
Scenario: You've got two projects (folders), both with an
index.html
.Expected behavior: Close live preview when opening a new project.
The text was updated successfully, but these errors were encountered: