Skip to content

Commit cc6189c

Browse files
committed
fix: event shown event not firing
1 parent 9a8f526 commit cc6189c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/view/PanelView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ define(function (require, exports, module) {
234234
// Already open and active — just ensure container is visible
235235
if (!_$container.is(":visible")) {
236236
Resizer.show(_$container[0]);
237+
exports.trigger(EVENT_PANEL_SHOWN, panelId);
237238
}
238239
return;
239240
}

0 commit comments

Comments
 (0)