Merge branch 'lotus' into lotus-upstream-v0.25.0
# Conflicts: # src/lotus/lotusWidget.ts
This commit is contained in:
@@ -84,7 +84,7 @@ export function startLotusDecorations(): () => void {
|
|||||||
emit();
|
emit();
|
||||||
};
|
};
|
||||||
w.lazyActions.on(LotusWidgetActions.Decorations, handler);
|
w.lazyActions.on(LotusWidgetActions.Decorations, handler);
|
||||||
unregister = () =>
|
unregister = (): void =>
|
||||||
w.lazyActions.off(LotusWidgetActions.Decorations, handler);
|
w.lazyActions.off(LotusWidgetActions.Decorations, handler);
|
||||||
}
|
}
|
||||||
registrations += 1;
|
registrations += 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user