create icon indicating copy to clipboard operation
create copied to clipboard

TypeError when deleting an element

Open flack opened this issue 9 years ago • 1 comments

To reproduce:

  • Add a new child element somewhere
  • Click save
  • select the child element
  • Click delete

result:

TypeError: model.change is not a function
create.js
Line 2420

flack avatar Jul 25 '14 15:07 flack

P.S.: the error message is from Firefox, in Chrome the wording is different, but refers to the same line:

Uncaught TypeError: undefined is not a function 
create.js:2420

flack avatar Jul 25 '14 15:07 flack