mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
fix typo
This commit is contained in:
parent
ed1b37d251
commit
17451b7bd6
@ -77,7 +77,8 @@ export class LogItem {
|
||||
*/
|
||||
log(labelOrValues, logLevel = null) {
|
||||
const item = this.child(labelOrValues, logLevel, null);
|
||||
item.end = item.start;
|
||||
item._end = item._start;
|
||||
}
|
||||
|
||||
refDetached(logItem, logLevel = null) {
|
||||
return this.log({ref: logItem._values.refId}, logLevel);
|
||||
|
Loading…
Reference in New Issue
Block a user