@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
@@ -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
|
|