diff --git a/web/secondary_toolbar.js b/web/secondary_toolbar.js index 1d1358666..d4671bd5d 100644 --- a/web/secondary_toolbar.js +++ b/web/secondary_toolbar.js @@ -127,7 +127,7 @@ var SecondaryToolbar = (function SecondaryToolbarClosure() { element.addEventListener('click', function (eventName, close) { if (eventName !== null) { - this.eventBus.dispatch(eventName); + this.eventBus.dispatch(eventName, { source: this, }); } if (close) { this.close();