fsuk

Results 5 comments of fsuk

Possibly related: https://github.com/twilio/video-quickstart-android/issues/470

Does not appear to be a videojs-record issue but an issue with RecordRTC. Reproduced with this example: https://www.webrtc-experiment.com/RecordRTC/ Will update this issue if I find anything with RecordRTC

A work arround for converting the proxy object to a js object (a bit hacky): value = JSON.parse(JSON.stringify(proxy))

Same issue, trying the compatibility workaround

In answer to the issue title (for others looking for an answer to "How to get cursor position" ` const cursorPosition = editorRef.current?.view?.state?.selection.main.head` NOTE: Use `editorRef.current?.view?.state` NOT just` editorRef.current?.state` as...