@internetarchive/bookreader 5.0.0-44-a4 → 5.0.0-44-a5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/bookreader",
3
- "version": "5.0.0-44-a4",
3
+ "version": "5.0.0-44-a5",
4
4
  "description": "The Internet Archive BookReader.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -146,6 +146,7 @@ export default class SearchProvider {
146
146
  };
147
147
  this.updateMenu({ openMenu: false });
148
148
  this.bookreader?.searchView?.clearSearchFieldAndResults(false);
149
+ this.bookreader?.urlPlugin?.pullFromAddressBar();
149
150
  this.bookreader?.urlPlugin?.removeUrlParam('q');
150
151
  }
151
152