Cole, Lee

Results 9 comments of Cole, Lee

I am waiting this PR is merged

Is there any plan for close this PR? I'm waiting for this feature to release

@liadlivnat @developeron29 @asadbsse @ghiden @dylanrevisited I found the solution for this bug. ng-blur fired before ng-click execute. using ng-mousedown instead of ng-click is fixed this bug

I have same issue, `run storybook` is ok, but 'storybook build` can make console error ``` Uncaught (in promise) ReferenceError: Cannot access 'Ya' before initialization at index-QmdEasgT.js:159:8825 at async Promise.all...

@nstuyvesant same result, tsx storybooks are OK but the all of mdx storybooks return same console error

**In my case,** 1. 2 client(user A, userB) start with some text(ie : text...) 2. user A add new line with enter at the end of content 3. user A's...

@dmonad I'm sorry if you feel bad. I just want to know if i can try to move YText quill related logic to y-quill.

@dmonad Thank you so much. The Idea is quite similar but different usecase , I use yjs and y-quill at once and i need to sync new lines even though...

Ok, I got it. In short, remove behavior on YText is impossible but add option to disable behavior is possible.