We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a281c5 commit 96e7788Copy full SHA for 96e7788
src/utils/mutations.js
@@ -64,7 +64,7 @@ export const pageModifications = Object.freeze({
64
});
65
66
export const onNewPosts = Object.freeze({
67
- addListener: callback => pageModifications.register(`${postSelector} article`, callback),
+ addListener: callback => pageModifications.register(`${postSelector}:not(.sortable-fallback) article`, callback),
68
removeListener: callback => pageModifications.unregister(callback)
69
70
0 commit comments