kendru / learn-cljs

Source code for Learn ClojureScript
64 stars 27 forks source link

Fix updating output logic #84

Closed MityaDementiy closed 1 year ago

MityaDementiy commented 1 year ago

This PR fixes issue #83 Current code leads to the same labels for input and output.

Screenshot from 2022-11-12 18-24-08

New code fixes this issue.

Screenshot from 2022-11-12 18-25-41

New function name target-label-for-output-unit says that we are defining label for output, not input.