fix lint
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user