mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:04 +01:00
Fix onclick handling not working on description widget
This commit is contained in:
parent
832725ce52
commit
08f45d32db
@ -162,6 +162,9 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach
|
|||||||
|
|
||||||
_handleClick(_ev : MouseEvent) : boolean
|
_handleClick(_ev : MouseEvent) : boolean
|
||||||
{
|
{
|
||||||
|
// call super to get the onclick handling running
|
||||||
|
super._handleClick(_ev);
|
||||||
|
|
||||||
if(this.expose_view && typeof this.mime != 'undefined' && this.mime.match(this.mime_regexp, 'ig'))
|
if(this.expose_view && typeof this.mime != 'undefined' && this.mime.match(this.mime_regexp, 'ig'))
|
||||||
{
|
{
|
||||||
this._init_blueimp_gallery(_ev, this.href);
|
this._init_blueimp_gallery(_ev, this.href);
|
||||||
|
Loading…
Reference in New Issue
Block a user