Skip to content

Commit dd35266

Browse files
author
Daniel Herzog
committed
Adding a "hidden" message to overlay views
1 parent fd3b92c commit dd35266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ui-scripts/overlayview.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ var OverlayViewPrototype = function()
1616
if (cell)
1717
cell.hide_overlay(this.id);
1818
this.is_active = false;
19+
this.post("hidden", {});
1920
};
2021

2122
this.init = function(id, container_class, html, default_handler)
2223
{
24+
window.cls.MessageMixin.apply(this);
2325
ViewBase.init.call(this, id, "", container_class, html, default_handler);
2426
};
2527
};

0 commit comments

Comments
 (0)