yao jiu
yao jiu
**Is your feature request related to a problem? Please describe.** clipboard only read text. cant read image and file-url **Describe the solution you'd like** add features to read image and...
when i use grab, i cant modify environment variable; ```rust let mut button_right_act= false; let mut is_block = false; rdev::grab(move |event| { match event.event_type { EventType::ButtonPress(button) => { match button...
add option to inline css. This PR comes from #1150
## Description I define customElement, it include multiple elements,like: ```typescript class FTable extends HTMLElement { sectionEle: HTMLDivElement tableEle: HTMLTableElement tableBodyEle: HTMLTableSectionElement constructor() { super() this.sectionEle = document.createElement('div') this.sectionEle.className = 'c-editor-doc-table-section'...