mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AppEvents: export appEvents in @grafana/runtime and support copy panel (#40715)
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
setLegacyAngularInjector,
|
||||
setLocationSrv,
|
||||
locationService,
|
||||
setAppEvents,
|
||||
} from '@grafana/runtime';
|
||||
import config from 'app/core/config';
|
||||
import coreModule from 'app/core/core_module';
|
||||
@@ -56,6 +57,7 @@ export class GrafanaCtrl {
|
||||
datasourceSrv.init(config.datasources, config.defaultDatasource);
|
||||
|
||||
setLocationSrv(locationService);
|
||||
setAppEvents(appEvents);
|
||||
|
||||
initGrafanaLive();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user