semanticist21
semanticist21
**Describe the bug** Hi,May I ask about your project on github? https://github.com/uJhin/upbit-client/tree/main/swg_generated/rust I'm trying to develop bot using your api by Rust. I had located rust source folder(swg_generated -> src...
Fix issue related with https://github.com/sjdemartini/mui-tiptap/issues/211 I moved 'mousdown' state value to the parent and improved selected logic. I added some comment on the code. Tested on with both option inline...
Firstly, great thanks for contributors. I'm using the editor with example here codesandbox. "https://codesandbox.io/p/devbox/mui-tiptap-demo-forked-g6njhk?file=%2Fsrc%2FEditorMenuControls.tsx&workspaceId=383814f0-5631-4226-8011-65cb927d4daf" ### Describe the bug I had to edit ResizableImage extension options in "useExtensions.ts" to enable image...
```typescript // remove 'px' suffix const nCustomSize = customSize ? Number(customSize.slice(0, -2)) : undefined; {view} ``` ```typescript // this does not change size of the drawer when openes. other properties...
### Describe the bug I'm trying to open using 'explorer.exe' command, but the path input is escaped each time, resulting in explorer process ignoring args. ### Reproduction ``` export const...
I removed role='navigation' in 'ul' According to W3C standard. You can check this also Chrome Develop tool - Lighthouse. https://w3c.github.io/html-aria/#el-ul Roles: **group, listbox, menu, menubar, none, presentation, radiogroup, tablist, toolbar...