draft room sub list item api
This commit is contained in:
parent
b82e19b1f7
commit
51376c5c07
1 changed files with 7 additions and 3 deletions
|
@ -29,11 +29,15 @@ class RoomSubList extends ResizeItem {
|
|||
|
||||
}
|
||||
|
||||
scrollSizes() {
|
||||
return {offsetHeight, scrollHeight};
|
||||
id() {
|
||||
|
||||
}
|
||||
|
||||
id() {
|
||||
maxSize() {
|
||||
|
||||
}
|
||||
|
||||
minSize() {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue