jsdialog: add missing 'dialog' handler

Change-Id: Id2b5afcf2e3d831e6fd058a89495e89c59da8178
Signed-off-by: Henry Castro <hcastro@collabora.com>
This commit is contained in:
Henry Castro 2020-12-08 11:26:09 -04:00
parent ca2874e6a3
commit 4f1c88ba75

View file

@ -170,6 +170,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
this._controlHandlers['paneltabs'] = this._panelTabsHandler;
this._controlHandlers['singlepanel'] = this._singlePanelHandler;
this._controlHandlers['container'] = this._containerHandler;
this._controlHandlers['dialog'] = this._containerHandler;
this._controlHandlers['window'] = this._containerHandler;
this._controlHandlers['borderwindow'] = this._containerHandler;
this._controlHandlers['control'] = this._containerHandler;