mirror of
https://github.com/mathuo/dockview
synced 2025-02-23 16:45:44 +00:00
feat: remove panel.api.focus() from public api
This commit is contained in:
parent
c0f5b1d86b
commit
03642d50a2
@ -20,7 +20,6 @@ export interface BasePanelViewExported<T extends PanelApiImpl> {
|
||||
readonly width: number;
|
||||
readonly height: number;
|
||||
readonly params: Record<string, any> | undefined;
|
||||
focus(): void;
|
||||
toJSON(): object;
|
||||
update(event: PanelUpdateEvent): void;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user