make sure isHovered flag is removed in clones

This commit is contained in:
ccd0 2014-08-31 15:44:31 -07:00
parent 16224c479a
commit 469f3dc25b

View File

@ -65,6 +65,7 @@ class Clone extends Post
# Remove any #ihover ID
@file.fullImage?.removeAttribute 'id'
delete file.isHovered
@isDead = true if origin.isDead
@isClone = true