fuscodev

Results 23 comments of fuscodev

@Vito0912 I merged your changes. I rewrite the url with the current "id" ```window.history.replaceState(null, "", `#${el.id}`);``` In shared pages the anchors are not working correctly because of this line `page.content...

I fix the issue in shared pages. I updated the extensions schema server side in `collaboration.utils.ts`

> Shouldn't `collaboration.utils.ts` also handle nanoId generation (instead of uuid) in case someone views a shared page before editing it with the editor so a uuid would be asigned -...