3

How can I set on-change behavior in light table to be inline evaluation for JavaScript ?

The auto-complete in user settings behavior page has appended

((:lt.objs.editor/on-change ))

but I need to know how to make light table do on-change inline evaluation from this point.

Sameh K. Mohamed
  • 2,323
  • 4
  • 29
  • 55

1 Answers1

1

I think what you are looking for is this:

[:editor.javascript :lt.objs.editor/on-change :eval-editor]

I hope it helps

carocad
  • 455
  • 6
  • 12