The inserted event will trigger every time a components element is inserted, which will happen every time the element is "inserted" into a dom node, including appending/moving. What you're seeing is expected.
↧