hsingh-ds

Results 8 issues of hsingh-ds

**Describe the bug** Slash menu affecting scroll behaviour. **To Reproduce** Here is link of sandbox: [Link](https://stackblitz.com/edit/github-gvznsy?file=App.tsx). Try it on Firefox/chrome as sandbox is not working correctly on Safari. 1. Go...

bug

**Describe the bug** I am trying to use replaceBlocks function after initializing the editor. But it is giving an error "Cannot read properties of undefined (reading 'dispatch')" **To Reproduce** I...

bug

**Describe the bug** Editor is adding an extra paragraph block at end of the content. In read only mode there should only be the blocks that are in the "initialContent"....

bug
prio:mid

**Describe the bug** When loading the editor in our app that is loaded into single spa shell, the slash menu load position on first time is wrong but then it...

bug
prio:mid

**Describe the bug** I have a main blocknote editor instance and i have a custom block which renders one more blocknote editor inside the main editor. It renders properly but...

bug

**Describe the bug** I have tried custom placeholder feature. It is working for inbuilt blocks like paragraph and heading. But it does not work with custom blocks. **To Reproduce** Check...

bug

First of all, thank you for creating this fantastic library! I’m currently using [single-spa](https://single-spa.js.org/docs/getting-started-overview) with React and encountering an issue with HMR (Hot Module Replacement). While the console logs indicate...

**Is your feature request related to a problem? Please describe.** I'm using a custom ThreadStore implementation that communicates with a backend via REST APIs. In the collaboration options, I've passed...

enhancement