jquery easy ui bug in tree rtl

add this style to easyui-rtl.css‬

.tree-node{

     direction:rtl;

}

Cool