Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Submit the print options form on page load to sync browser state
Why: - When the browser navigates backward and then again forward, the browser remembers the state of all forms. But that does not trigger a change event on the form elements. This causes the form selection to be out of sync with what is shown on the page. It's not known if there is an event that could be listened. As a workaround we submit the form right after the form is loaded.
- Loading branch information