kayvanbree / contexr

Stop redundantly defining your shortcuts in your shortcut library and your context menu. Start using Contexr!
MIT License
4 stars 0 forks source link

ContextState should not need ContexrService #81

Closed kayvanbree closed 2 months ago

kayvanbree commented 2 months ago

We might be able to just inject the ContexrService from ContexrService.createInjector.

This would probably also mean we won't need the ContextState at all anymore. We can just inject the items themselves.