Moving nodes within a Dijit Tree
问题 I am using a tree as an input tool to allow the user to organize categories. I would like the users to be able to move the nodes around at the top level, specifically reordering them under the same parent. Everything looks fine until it is time for the store to be updated - the display is wrong - the moved item is not shown in the right place. require([ "dojo/aspect", "dojo/store/Memory", "dojo/store/Observable", "dijit/Tree", "dijit/tree/ObjectStoreModel", "dijit/tree/dndSource", "dojo