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