citybound/citybound

Exception while moving planning point

Wouterdek opened this issue · 1 comments

While trying to move one of the points of the purple zone on the top left:
https://i.imgur.com/JztZSam.png

Error: window.cbRustBrowser.move_gesture_point is not a function
moveControlPoint in ../src/planning_browser/Planning.tsx 139:25
onControlPointMoved in ../src/planning_browser/Planning.tsx 358:37
onControlPointMoved in ../src/planning_browser/ControlPointInteractable.js 29:40
this.props.cursorMoved in ../src/stage/Stage.js 41:40
x in ../node_modules/react-dom/cjs/react-dom.production.min.js 14:0
onError in ../node_modules/react-dom/cjs/react-dom.production.min.js 15:0
onError in ../node_modules/react-dom/cjs/react-dom.production.min.js 15:0
qa in ../node_modules/react-dom/cjs/react-dom.production.min.js 17:0
ya in ../node_modules/react-dom/cjs/react-dom.production.min.js 18:0
ya in ../node_modules/react-dom/cjs/react-dom.production.min.js 18:0
Da in ../node_modules/react-dom/cjs/react-dom.production.min.js 21:0
Ad in ../node_modules/react-dom/cjs/react-dom.production.min.js 84:0
Fi in ../node_modules/react-dom/cjs/react-dom.production.min.js 250:0
Gb in ../node_modules/react-dom/cjs/react-dom.production.min.js 39:0
Dd in ../node_modules/react-dom/cjs/react-dom.production.min.js 86:0

I'm running citybound-v0.1.2-820, Firefox 75.0, on Windows 10

EDIT: similarly when dragging roads: "insert_control_point is not a function"

Are these unimplemented stubs?

It used to work, now it's broken, I'll make it work again. Thanks for reporting!