Commit 45a0cd98 by 陈超

A

parent 56e6ab16
......@@ -468,7 +468,7 @@
let cur = this.currentRightOptions
return this.currentOptions.filter( r => { return r.selected }).map( r => {
return {
right: cur.ai_firstOf( k => { return k == r.key }) != -1,
right: cur.hx_indexOf( k => { return k == r.key }) != -1,
key: r.key
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment