forked from extern/egroupware
Do not set toolbar buttons to readonly
This commit is contained in:
parent
1260203755
commit
34d9297fc1
@ -640,6 +640,7 @@ export class et2_toolbar extends et2_DOMWidget implements et2_IInput
|
|||||||
image: action.iconUrl || '',
|
image: action.iconUrl || '',
|
||||||
slot: "buttons",
|
slot: "buttons",
|
||||||
class: `et2_toolbar_draggable${this.id}`,
|
class: `et2_toolbar_draggable${this.id}`,
|
||||||
|
readonly: false
|
||||||
}, this);
|
}, this);
|
||||||
if (isCheckbox)
|
if (isCheckbox)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user