IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.84k stars 356 forks source link

Issue with selected text #301

Open ccsliinc opened 3 years ago

ccsliinc commented 3 years ago

It seems if I have selected text i cannot write to the fullText.

muescha commented 2 years ago

i have the same problem:

no change

state.fullText = state.selection+":"`

changes the selection as expected - but text only replaces the selection and not the full text if there an selection exists:


state.text = state.selection+":"