visual-space/visual-editor

Sys - Move to services all the state calls that reference code from other modules

Closed this issue · 0 comments

For example in the SelectionService we should not be reading directly the state of KeyboardService. We should be calling methods from the KeyboardService. Scan the entire codebase for such occurances.

image