Skip to content

Commit

Permalink
Issue #10: WIP: Fixing more comments boooop
Browse files Browse the repository at this point in the history
  • Loading branch information
patricknelson committed Sep 30, 2023
1 parent 6db283f commit 1da95fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { createSvelteSlots, findSlotParent, unwrap } from './utils.js';
*/
// eslint-disable-next-line no-unused-vars
function renderElements(timestamp) {
// This is key: Fetches elements in document order so we can render top-down (for context).
let renderQueue = document.querySelectorAll('[data-svelte-retag-render]');
if (renderQueue.length === 0) {
// TODO: Consider build of svelte-retag so we can drop console.logs() when publishing without having to comment out. See: https://github.com/vitejs/vite/discussions/7920
Expand Down

0 comments on commit 1da95fa

Please sign in to comment.