draft room sub list item api
parent
b82e19b1f7
commit
51376c5c07
|
@ -29,11 +29,15 @@ class RoomSubList extends ResizeItem {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollSizes() {
|
id() {
|
||||||
return {offsetHeight, scrollHeight};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
id() {
|
maxSize() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
minSize() {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue