-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Dirty dot no longer appears when JS or server file is edited #5317
Comments
Reviewed. To me, medium priority |
Nominating for sprint 35 |
It looks like the issue is that in
@jasonsanjose - it looks like the correct way to get the url for a document now is to call (As a side note, it looks like the comment for |
@jasonsanjose - I went ahead and tried replacing |
Those changes look good. The server is ready before the inspector is connected. Thanks for finding that bug, sorry that I missed those |
Yeah, not sure. It seems like we rely on URLs even for non-live docs, though, at least in this case. |
Confirmed fixed. Closing. |
<script>
tag referring to a JS fileResult: No dirty dot showing that the live preview is out of sync. This used to work. It's also broken for HTML files that are served from a user server (where live editing isn't enabled).
The text was updated successfully, but these errors were encountered: