Open edent opened 4 years ago
I can't click on the text "Reflow text when sidebars are open." I have to try and hit the tiny checkbox.
This is caused by: https://github.com/futurepress/epubjs-reader/blob/master/reader/index.html#L109
It should be:
<input type="checkbox" id="sidebarReflow" name="sidebarReflow"> <label for="sidebarReflow">Reflow text when sidebars are open.</label>
See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
I can't click on the text "Reflow text when sidebars are open." I have to try and hit the tiny checkbox.
This is caused by: https://github.com/futurepress/epubjs-reader/blob/master/reader/index.html#L109
It should be:
See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label