forked from extern/egroupware
Remove debug
This commit is contained in:
parent
4fe62a0322
commit
34b0dc3e35
@ -213,7 +213,6 @@ const Et2InputWidgetMixin = <T extends Constructor<LitElement>>(superclass : T)
|
|||||||
// Deal with Lion readOnly vs etemplate readonly
|
// Deal with Lion readOnly vs etemplate readonly
|
||||||
public set readonly(new_value)
|
public set readonly(new_value)
|
||||||
{
|
{
|
||||||
debugger;
|
|
||||||
this.__readonly = super.__readOnly = new_value;
|
this.__readonly = super.__readOnly = new_value;
|
||||||
this.requestUpdate("readonly");
|
this.requestUpdate("readonly");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user