egwActionObjectInterface now has empty object handlers on default

This commit is contained in:
milan 2024-07-25 14:21:32 +02:00 committed by ralf
parent ba40b800d8
commit 8289f01365

View File

@ -267,16 +267,17 @@ export class egwActionObjectInterface implements EgwActionObjectInterface {
stateChangeContext = null;
reconnectActionsCallback = null;
reconnectActionsContext = null;
handlers = {};
doGetDOMNode() {
return null;
};
// or not.
doSetState(_state) {
};
// or EGW_AI_DRAG_OUT
doTriggerEvent(_event, _data) {
return false;
};