increase size of context

This commit is contained in:
Michael Freno
2025-12-26 16:15:07 -05:00
parent 221dd69f49
commit 295846c226

View File

@@ -355,7 +355,7 @@ const IframeEmbed = Node.create<IframeOptions>({
};
}
});
const CONTEXT_SIZE = 128;
const CONTEXT_SIZE = 256;
// Custom Reference mark extension
import { Extension } from "@tiptap/core";