W Lim

Results 5 comments of W Lim

\*\*ISSUE RESOLVED\*\* @heyman Hello! I've implemented block moving feature requested in #37, but currently have a problem. Want to hear any ideas about the problem! Currently, moving a block up...

\*\*ISSUE RESOLVED\*\* Also, I found below example which I think is simpler example related to the above problem. ```javascript dispatch( state.update({ changes: { from: 0, to: "\n∞∞∞text-a\n012345".length, insert: "\n∞∞∞text-a\n012345", },...

I'll try to add some tests too! Also, I want to hear about the keyboard shortcuts. I've set `Ctrl+Alt+Shift+Up/Down` for now, since all other combinations of modifiers are already used...

Ah, found what was causing it. Added an annotation to ignore the filter. https://github.com/heyman/heynote/blob/387ef33f9431a4141e2b080d44e50c9180355c81/src/editor/block/block.js#L236-L253

Yes, I think this is fixed by #9513, which will be included in the next release. Let me briefly explain why this was happened: Installer generated automatically by release ci...