mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 23:27:46 +02:00
Do not set toolbar buttons to readonly
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user