Fix pull job links. Canvas now start centered and zoomed out based on nodes positions.

This commit is contained in:
Clément Pons
2025-04-02 17:25:29 +02:00
parent 6100fd9411
commit 2c80cb2456
9 changed files with 103 additions and 47 deletions

View File

@@ -77,7 +77,6 @@ export const a: Prose = {
onShow(content: HTMLDivElement) {
if(!rendered)
{
console.log('')
Content.getContent(overview.id).then((_content) => {
if(_content?.type === 'markdown')
{