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('#retry-following').addEventListener('click', () => feature.load().catch(() => {}));
|
||||
feature.load().catch(() => {});
|
||||
return {
|
||||
load:feature.load,
|
||||
open() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user