mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
revert onA|D change:
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
e3135bc65c
commit
5e1af1be2b
@ -138,8 +138,13 @@ export class LensExtension {
|
||||
broadcastMessage(`extensions@${this[IpcPrefix]}:${channel}`, ...args);
|
||||
}
|
||||
|
||||
protected onActivate?: () => void;
|
||||
protected onDeactivate?: () => void;
|
||||
protected onActivate(): void {
|
||||
return;
|
||||
}
|
||||
|
||||
protected onDeactivate(): void {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
export function sanitizeExtensionName(name: string) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user