diff --git a/src/web/app/common/tags/messaging/room.tag b/src/web/app/common/tags/messaging/room.tag index 3acfc14b0..237be36d4 100644 --- a/src/web/app/common/tags/messaging/room.tag +++ b/src/web/app/common/tags/messaging/room.tag @@ -1,5 +1,5 @@ -
+

読み込み中

このユーザーとまだ会話したことがありません

@@ -191,12 +191,12 @@ @update! @is-bottom = ~> - current = @refs.stream.scroll-top + @refs.stream.offset-height - max = @refs.stream.scroll-height + current = @root.scroll-top + @root.offset-height + max = @root.scroll-height current > (max - 32) @scroll-to-bottom = ~> - @refs.stream.scroll-top = @refs.stream.scroll-height + @root.scroll-top = @root.scroll-height @notify = (message) ~> n = document.create-element \p