Added support to manually resize the collections sidebar

This commit is contained in:
Gani Georgiev
2023-10-09 16:11:49 +03:00
parent 1f4bdfb867
commit 1a47c70ccf
38 changed files with 229 additions and 93 deletions
+7
View File
@@ -1954,6 +1954,13 @@ export default class CommonHelper {
}, data);
}
/**
* Triggers a window resize event.
*/
static triggerResize() {
window.dispatchEvent(new Event("resize"))
}
/**
* Extracts the query parameters from the current url.
*