mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fixes error thrown if live poll broadcast focus event is triggered (#4896)
This commit is contained in:
parent
b1e9ddc20b
commit
68e64bf2a1
@ -2,6 +2,7 @@
|
||||
--------------------------------
|
||||
|
||||
- Fix #4893: Richtext extension events are ignored when using deprecated maxLength option
|
||||
- Fix #4896: Error thrown if live poll broadcast focus event is triggered
|
||||
|
||||
|
||||
1.8.0-beta.2 (February 18, 2021)
|
||||
|
@ -97,7 +97,7 @@ humhub.module('live.poll', function (module, require, $) {
|
||||
break;
|
||||
case EVENT_TYPE_FOCUS:
|
||||
// Another tab was focused, so increase delay and reset timeout
|
||||
that.resetPollTimeout(this.options.maxInterval);
|
||||
that.resetPollTimeout(that.options.maxInterval);
|
||||
break;
|
||||
case EVENT_TYPE_UPDATE:
|
||||
// We received a response from another tab
|
||||
|
Loading…
x
Reference in New Issue
Block a user