google/blockly-ios

Renaming variable to an existing one doesn't delete toolbox block

vicng opened this issue · 1 comments

vicng commented

Steps to reproduce:

  1. Create two variables: "foo" and "bar"
  2. Drag a variable block for each one into the workspace
  3. Rename "bar" to "foo"

Now there are two "foo" blocks in the toolbox.

vicng commented

Fixed in #296