fix lint
This commit is contained in:
parent
3e02f247c8
commit
4c5bd71114
6 changed files with 14 additions and 20 deletions
|
@ -74,7 +74,6 @@ class CollapseDistributor extends FixedDistributor {
|
|||
}
|
||||
|
||||
class PercentageDistributor {
|
||||
|
||||
constructor(sizer, item, _config, items, container) {
|
||||
this.container = container;
|
||||
this.totalSize = sizer.getTotalSize();
|
||||
|
|
|
@ -34,7 +34,6 @@ class RoomSizer extends Sizer {
|
|||
item.style.maxHeight = `${Math.round(size)}px`;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class RoomDistributor extends FixedDistributor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue