Adrian Sławiński
Results
3
comments of
Adrian Sławiński
At now screen size is fixed to 2.9" i try add option to easy select this in a few days
You should write implementation of the WebSocketAdapter. https://docs.nestjs.com/websockets/adapter#advanced-custom-adapter
to add text at cursor you can use code like this: ```typescript const selection = window.getSelection(); //get cursor position from browser api (offset and target element) if (!selection || !selection.anchorNode)...