Skip to content

Commit 1da95fa

Browse files
committed
Issue #10: WIP: Fixing more comments boooop
1 parent 6db283f commit 1da95fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { createSvelteSlots, findSlotParent, unwrap } from './utils.js';
1212
*/
1313
// eslint-disable-next-line no-unused-vars
1414
function renderElements(timestamp) {
15+
// This is key: Fetches elements in document order so we can render top-down (for context).
1516
let renderQueue = document.querySelectorAll('[data-svelte-retag-render]');
1617
if (renderQueue.length === 0) {
1718
// 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

0 commit comments

Comments
 (0)