Added support to manually resize the collections sidebar
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user