issues
search
ghalestrilo
/
seg
A live-coding session manager
Apache License 2.0
11
stars
0
forks
source link
Move "selection" to global state (how?), make actions update it
#5
Open
ghalestrilo
opened
3 years ago
ghalestrilo
commented
3 years ago
I think an idea is to have the text be set through an action.
Store the text on the Selection key in global state
Every time selection changes, fire an action that also updates the text
Create helper functions to facilitate translation / decoding of object into valid "selection" object
I think an idea is to have the text be set through an action.