62d9c222b6 introduced bug --> drag drop stopped working, because actions were no longer linked --- reverted this change

This commit is contained in:
milan 2024-02-15 16:13:09 +01:00
parent 222c56f5af
commit 718e924f91

View File

@ -757,7 +757,7 @@ export class Et2Tree extends Et2WidgetWithSelectMixin(LitElement)
protected updated(_changedProperties: PropertyValues)
{
// this._link_actions(this.actions)
this._link_actions(this.actions)
super.updated(_changedProperties);
}