mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Et2UrlEmail: Fix click to add to email button was broken
This commit is contained in:
parent
cebe21cc2d
commit
9cc1f08d63
@ -43,7 +43,7 @@ export class Et2UrlEmail extends Et2InvokerMixin(Et2Textbox)
|
|||||||
this._invokerTitle = 'Compose mail to';
|
this._invokerTitle = 'Compose mail to';
|
||||||
this._invokerAction = () =>
|
this._invokerAction = () =>
|
||||||
{
|
{
|
||||||
if (!this._isEmpty() && !this.hasFeedbackFor.length)
|
if(this.value.length > 0 && !this.hasFeedbackFor.length)
|
||||||
{
|
{
|
||||||
Et2UrlEmail.action(this.value);
|
Et2UrlEmail.action(this.value);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user