liuxz
liuxz
I want to add an Apple Silicon version of the executable file to facilitate the use of Macos without Rosetta installed
I have the same problem
You can try this ``` const index = state.editor.blocks.getCurrentBlockIndex() const block = state.editor.blocks.getBlockByIndex(index) block.save().then((val) => { console.log( val) }) ```
The same thing is bothering me.