Hao Wang

Results 4 comments of Hao Wang

For anyone who comes from new version (0.26.1), here is a workaround https://github.com/Microsoft/monaco-editor/issues/926#issuecomment-896548173 ``` function switchModelToNewUri(oldModel, newUri) { const newModel = monaco.editor.createModel( oldModel.getValue(), oldModel.getLanguageIdentifier().language, newUri, ) const fsPath = newUri.fsPath...

Change `import "react-quill-with-table/dist/quill.bubble.css";` to `import 'quill-better-table/dist/quill-better-table.css';`

@shivtej1505 Hi, I know you asked this question back in 2018. Did you figure out how to do it? I am also trying to get the history data. So I...

> I did actually. I was able to make a code replay kind of thing. Don't remember the details though 😅 No worries, thank you for the reply, I figured...