draft room sub list item api

pull/21833/head
Bruno Windels 2019-01-09 15:53:04 +01:00
parent b82e19b1f7
commit 51376c5c07
1 changed files with 7 additions and 3 deletions

View File

@ -29,11 +29,15 @@ class RoomSubList extends ResizeItem {
} }
scrollSizes() { id() {
return {offsetHeight, scrollHeight};
} }
id() { maxSize() {
}
minSize() {
} }
} }