Move HeaderButtons to an abstract class

This commit is contained in:
Michael Telatynski 2020-09-03 15:01:32 +01:00
parent c7e40d0751
commit ad9be61477
3 changed files with 1 additions and 9 deletions

View file

@ -65,9 +65,7 @@ export default abstract class HeaderButtons extends React.Component<IProps, ISta
if (this.dispatcherRef) dis.unregister(this.dispatcherRef);
}
protected onAction(payload) {
// Ignore - intended to be overridden by subclasses
}
protected abstract onAction(payload);
public setPhase(phase: RightPanelPhases, extras?: Partial<SetRightPanelPhaseRefireParams>) {
dis.dispatch<SetRightPanelPhasePayload>({