Strange behavior in live line-evaluation

Pressing ctrl+enter at the first line causes both lines to be activated.

0
"0"=="0"

This also happens for

0
'0'=='0'

and if more lines are inserted, it would be evaluated until the end:

0
'0'=='0'
'0'=='0'
'0'=='0'

Fixed with https://github.com/JunoLab/atom-julia-client/pull/661.