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
bug
The autosave feature will store the user data in localstorage, but it will not restore on a page reload.
https://stackblitz.com/edit/angular-playground-7l4lex?file=app%2Fapp.component.html
It does work in the underlying editor that is used. demo - https://easymde.tk/
After a page reload, that the data from localstorage is show in the editor
angular 7-9
"@covalent/core": "3.0.1", "@covalent/text-editor": "3.0.1",
Did this work in previous versions of Angular / Material? Not that i could find
The text was updated successfully, but these errors were encountered:
thomaslennan
No branches or pull requests
Do you want to request a feature or report a bug?
bug
Bug Report
The autosave feature will store the user data in localstorage, but it will not restore on a page reload.
https://stackblitz.com/edit/angular-playground-7l4lex?file=app%2Fapp.component.html
It does work in the underlying editor that is used.
demo - https://easymde.tk/
What is the expected behavior?
After a page reload, that the data from localstorage is show in the editor
Which version of Angular and Material, and which browser and OS does this issue affect?
angular 7-9
"@covalent/core": "3.0.1",
"@covalent/text-editor": "3.0.1",
Did this work in previous versions of Angular / Material?
Not that i could find
The text was updated successfully, but these errors were encountered: