Fixing handleResize namespacing
This commit is contained in:
parent
123007d751
commit
a4e7aa86ab
@ -4,7 +4,7 @@ Template.viewerSection.events({
|
||||
return;
|
||||
}
|
||||
|
||||
handleResize();
|
||||
window.ResizeViewportManager.handleResize();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
Template.flexboxLayout.events({
|
||||
'transitionend .sidebarMenu'(event) {
|
||||
if (!event.target.classList.contains('sidebarMenu')) {
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
handleResize();
|
||||
window.ResizeViewportManager.handleResize();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user