We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What the title says.
All.
There should be no unsaved changes indicator/reset changes button.
There is an indicator and a button.
The text was updated successfully, but these errors were encountered:
Same thing happens if you open the edit metadata modal and then click "View French Config".
One common function that's called in both of these cases is loadSlides(), which replaces the undefined slides with an empty object.
loadSlides()
undefined
This slide change is getting picked up by onSlidesEdited in editor.vue, which fires any time this.slides is updated and sets unsavedChanges to true.
onSlidesEdited
editor.vue
this.slides
unsavedChanges
Sorry, something went wrong.
No branches or pull requests
Description
What the title says.
Environment
All.
Steps to reproduce
Expected behavior
There should be no unsaved changes indicator/reset changes button.
Actual behavior
There is an indicator and a button.
The text was updated successfully, but these errors were encountered: