refocusing on target (if any) in case of an external resize
This commit is contained in:
parent
3d3ca45921
commit
b00d24dbf7
5 changed files with 39 additions and 6 deletions
|
@ -144,10 +144,12 @@ window.addEventListener("resize", function (event) {
|
|||
coWebsiteManager.resetStyleMain();
|
||||
|
||||
waScaleManager.applyNewSize();
|
||||
waScaleManager.refreshFocusOnTarget();
|
||||
});
|
||||
|
||||
coWebsiteManager.onResize.subscribe(() => {
|
||||
waScaleManager.applyNewSize();
|
||||
waScaleManager.refreshFocusOnTarget();
|
||||
});
|
||||
|
||||
iframeListener.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue