* Add ability to pick default plane in feature tree in 'Sketch no face' mode
* add ability to select deoffset plane where starting a new sketch
* use selectDefaultSketchPlane
* refactor: remove some duplication
* warning cleanups
* feature tree items selectable depedngin on no face sketch mode
* lint
* fix small jump because of border:none when going into and back from 'No face sketch' mode
* grey out items other than offset planes in 'No face sketch' mode
* start sketching on plane in context menu
* sketch on offset plane with context menu
* add ability to right click on default plane and start sketch on it
* default planes in feature tree should be selectable because of right click context menu
* add right click Start sketch option for selected plane on the canvas
* selectDefaultSketchPlane returns error now
* circular deps
* move select functions to lib/selections.ts to avoid circular deps
* add test for clicking on feature tree after starting a new sketch
* graphite suggestion
* fix bug of not being able to create offset plane using another offset plane with command bar
* add ability to select default plane on feature when going through the Offset plane command bar flow