You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t.equal(rtlTree.el.select('.traveling-node').select('.node-contents').attr('style'),rtlTree.prefix+'transform:translate(-60px, 0px); width: calc(100% - 60px)','60px y indentation for RTL')
316
+
317
+
e1.y=290// move the node up a little
318
+
rtlTreeDnd.drag.apply(node,[e1,data,3])
319
+
320
+
// now it should be embedded
321
+
t.equal(rtlTree.el.select('.traveling-node').select('.node-contents').attr('style'),rtlTree.prefix+'transform:translate(-80px, 0px); width: calc(100% - 80px)','80px y indentation for RTL')
0 commit comments