Skip to content

Commit 5012c72

Browse files
committed
Reset poll disabling if needed.
1 parent a4c46c6 commit 5012c72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_unicorn/static/unicorn/js/component.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ export class Component {
323323
this.poll.disableData = this.poll.disableData.slice(1);
324324

325325
if (this.data[this.poll.disableData]) {
326+
this.poll.disableData = `!${this.poll.disableData}`;
327+
326328
return true;
327329
}
328330

0 commit comments

Comments
 (0)