fix: defer Following sync until user intent
This commit is contained in:
parent
5c43a5678a
commit
846c28001e
|
|
@ -92,7 +92,6 @@
|
||||||
});
|
});
|
||||||
query('#close-following').addEventListener('click', () => query('#following-sheet').close());
|
query('#close-following').addEventListener('click', () => query('#following-sheet').close());
|
||||||
query('#retry-following').addEventListener('click', () => feature.load().catch(() => {}));
|
query('#retry-following').addEventListener('click', () => feature.load().catch(() => {}));
|
||||||
feature.load().catch(() => {});
|
|
||||||
return {
|
return {
|
||||||
load:feature.load,
|
load:feature.load,
|
||||||
open() {
|
open() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user