new pool selection dialog and liquidity
This commit is contained in:
@@ -339,7 +339,7 @@ export class Shape {
|
||||
|
||||
onPoints(points) {} // the control points of an existing shape were changed
|
||||
|
||||
onDrag(points) { console.log('shape ondrag'); this.onPoints(points) }
|
||||
onDrag(points) { this.onPoints(points) }
|
||||
|
||||
setProps(props) {
|
||||
if (!props || Object.keys(props).length===0) return
|
||||
|
||||
Reference in New Issue
Block a user