(pos: DevtoolsPosition)
| 730 | ) |
| 731 | |
| 732 | const setDevtoolsPosition = (pos: DevtoolsPosition) => { |
| 733 | props.setLocalStore('position', pos) |
| 734 | } |
| 735 | |
| 736 | // Sets the Font Size variable on portal menu elements since they will be outside |
| 737 | // the main panel container |
no outgoing calls
no test coverage detected
searching dependent graphs…