mirror of
https://github.com/mathuo/dockview
synced 2025-05-03 10:08:24 +00:00
Merge pull request #81 from mathuo/77-fix-sonar-code-smells-from-new-rule
chore: fix sonar code smells
This commit is contained in:
commit
4df08e0661
@ -52,13 +52,13 @@ export class ReactPanelHeaderPart implements ITabRenderer {
|
||||
};
|
||||
}
|
||||
|
||||
public layout(width: number, height: number) {
|
||||
public layout(_width: number, _height: number) {
|
||||
// noop - retrieval from api
|
||||
}
|
||||
|
||||
public updateParentGroup(
|
||||
group: GroupviewPanel,
|
||||
isPanelVisible: boolean
|
||||
_group: GroupviewPanel,
|
||||
_isPanelVisible: boolean
|
||||
): void {
|
||||
// noop - retrieval from api
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user