y-text icon indicating copy to clipboard operation
y-text copied to clipboard

Text Type for Yjs

Results 3 y-text issues
Sort by recently updated
recently updated
newest added

Hi, I'm running into some issues with Monaco: ``` errors.ts:84 Uncaught Error: TypeError: Cannot read property 'startLineNumber' of undefined Error: TypeError: Cannot read property 'startLineNumber' of undefined at mutualExcluse (/Users/user/editor/node_modules/y-text/src/Text.js:101)...

When I use ``` EditSession = ace.require("ace/edit_session").EditSession; ``` And then setup the sessions I can't get the code sharing between browsers to work. I get this error: ``` Text.js:277 Uncaught...

There are at couple issues with the current version of Monaco and the current version of Y-JS. I finally had an opportunity to test this out and integrate it; and...