Syed Umar Anis

Results 37 comments of Syed Umar Anis

> I think the best fix here would be to wrap the button text with `…` in the merge/unmerge buttons just like all of the other menu items that display...

Agree @pan2za. The font picker needs to be enhanced. This could be a good first issue to pick up.

Hi @ProtonBeamCannon , Have you build the ‘svelte-lexical’ package before running the demo project? Please have a look at ‘getting started’ section in the ReadMe file. Do let me know...

Hi @ProtonBeamCannon , I have just tried on a fresh clone. The build process is broken with `npm` but works fine with ‘pnpm`. It has also happened a few times...

Hi @ProtonBeamCannon , I have pushed a fix on [npm-build](https://github.com/umaranis/svelte-lexical/tree/npm-build) branch. Could you confirm if it resolves the issue?

Hi @ProtonBeamCannon , yes, 'npm-build` branch resolves the issue for me. My node version is `22.5.1`. Are you able to upgrade to this version and test?

Here is my output for the same command ![image](https://github.com/user-attachments/assets/fa1b7161-b9f0-4b9b-a31e-c6b312e400da) I would appreciate it if you could upgrade your node to `22.5.1` and give it a go.

This is strange. Could you share the full output of all the commands you are running? For instance, `pnpm i`, `pnnpm build` and `pnpm dev` from the `packages/svelte-lexical` directory. @ProtonBeamCannon

Hi @ProtonBeamCannon , As I requested, could you please run these commands from the `packages/svelte-lexical` folder (not `demos/sveltekit`)?

Hi @ProtonBeamCannon , ### Here is the StackBlitz for `demos/playground`: https://stackblitz.com/~/github.com/umaranis/svelte-lexical/tree/stackblitz-playground?view=editor Have a look at `.stackblitzrc` file for the start command (the branch is `stackblitz-playground`). ### StackBlitz for `packages/svelte-lexical` https://stackblitz.com/~/github.com/umaranis/svelte-lexical?configPath=packages/svelte-lexical...