At this time, you can also choose to long press (shortcut key 1: ⌨️ backspace, shortcut key 2: ⌨️ command ⌘ + 🖱 click) element to view the complete component tree. 6 changes: 3 additions & 3 deletions 6 README.zh-CN.md Original file line numberDiff line number...
You're importing KeymapService into this component anyway so the additional layer of indirection is unnecessary. Also it's best to keep React hooks small. So if you really wanted to use a hook here, it would be best to create a new one like "useImportExport" and put the import/export ...