new pool selection dialog and liquidity

This commit is contained in:
tim
2025-03-30 21:50:24 -04:00
parent 0392e70b78
commit 0442b08623
11 changed files with 232 additions and 62 deletions

View File

@@ -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