(editor: Editor, searchValue: string)
| 55 | }, |
| 56 | |
| 57 | setSearchValue(editor: Editor, searchValue: string) { |
| 58 | const store = getSlashToolbarStore(editor) |
| 59 | store.setState({ searchValue }) |
| 60 | }, |
| 61 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…