client/data-bridge/src/mediawiki/Dispatcher.ts
Function dispatch
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public dispatch( selectedElement: SelectedElement ): void {
const dialog = prepareContainer( this.mwWindow.OO, this.mwWindow.$, Dispatcher.APP_DOM_CONTAINER_ID );
const emitter = this.app.launch(
( this.vue as MwVueConstructor ).createMwApp,