forked from mystiq/hydrogen-web
Update comment based on 'small object' version of code.
This commit is contained in:
parent
c620e9c930
commit
3e4314e7f3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export class BaseTextTile extends BaseMessageTile {
|
|||
get body() {
|
||||
const body = this._getBody();
|
||||
const format = this._getBodyFormat();
|
||||
// body.string is a string, so we can check for difference by just
|
||||
// body is a string, so we can check for difference by just
|
||||
// doing an equality check
|
||||
// Even if the body hasn't changed, but the format has, we need
|
||||
// to re-fill our cache.
|
||||
|
|
Loading…
Reference in a new issue