post tooltips: fix tooltips not appearing on /comments page.

This commit is contained in:
evazion
2020-07-13 17:57:16 -05:00
parent cf4469f902
commit 1e2e99a941

View File

@@ -5,7 +5,7 @@ import 'tippy.js/dist/tippy.css';
let PostTooltip = {};
PostTooltip.POST_SELECTOR = "*:not(.ui-sortable-handle) > article.post-preview img, .dtext-post-id-link";
PostTooltip.POST_SELECTOR = "*:not(.ui-sortable-handle) > .post-preview img, .dtext-post-id-link";
PostTooltip.SHOW_DELAY = 500;
PostTooltip.HIDE_DELAY = 125;
PostTooltip.DURATION = 250;