@d-i-t-a/reader 2.5.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +2 -2
- package/dist/reader.js +1 -1
- package/dist/reader.js.map +3 -3
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -70965,6 +70965,8 @@ var ReflowableBookView = class {
|
|
|
70965
70965
|
if (html) {
|
|
70966
70966
|
html.style.setProperty("--USER__scroll", "readium-scroll-on");
|
|
70967
70967
|
}
|
|
70968
|
+
const spacer = doc.getElementById("r2d2bc-column-spacer");
|
|
70969
|
+
if (spacer) spacer.remove();
|
|
70968
70970
|
}
|
|
70969
70971
|
this.setSize();
|
|
70970
70972
|
this.setIframeHeight(this.iframe);
|