0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 07:08:40 +00:00

fix work on first load for images inside other nodes

This commit is contained in:
Víctor Losada Hernández
2026-05-10 19:35:09 +02:00
parent e521db78ce
commit 793adafe32
2 changed files with 12 additions and 5 deletions
@@ -204,7 +204,6 @@ export function tokenizeCustomMarkdown(text) {
let match;
while ((match = injectionRegex.exec(lineText)) !== null) {
console.log(match.indices[1][0]);
tokens.push({
line : lineNumber,
from : match.indices[1][0],