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

Sign up to get free protection for your applications and to get access to all the features.
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