vendor/assets/application/examples/edit.rb in atome-0.5.5.6.9 vs vendor/assets/application/examples/edit.rb in atome-0.5.5.7.0

- old
+ new

@@ -1,15 +1,18 @@ # frozen_string_literal: true +new({particle: :select}) t = text :hello t.left(99) t.edit(true) b=box b.touch(true) do puts t.data + t.component({ selected: true }) end + # # frozen_string_literal: true # # c = circle({ id: :the_circle, left: 122, color: :orange, drag: { move: true, inertia: true, lock: :start } }) # col = c.color({ id: :col1, red: 1, blue: 1 }) # wait 2 do \ No newline at end of file