Skip to content

Commit 6e7d89f

Browse files
committed
[BetterSearch] Fix native search modes passthrough
1 parent 863f214 commit 6e7d89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/modules/search/BetterSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ export class BetterSearch extends RE6Module {
686686
// used to trigger Danbooru's native functionality.
687687

688688
const $tempArticle = $("<article>")
689-
.addClass("post-preview display-none-important")
689+
.addClass("thumbnail display-none-important")
690690
.attr({
691691
"id": "post_" + post.id,
692692
"data-id": post.id,

0 commit comments

Comments
 (0)