typora / typora-issues

Bugs, suggestions or free discussions about the minimal markdown editor — Typora
https://typora.io
1.53k stars 56 forks source link

ERROR: [Flowchart] e.shiftX is not a function #2599

Closed XijiZhao closed 5 years ago

XijiZhao commented 5 years ago

Hi, I have a problem when I use Tpyora. I don't know what happen. How can I fix it?

Thanks

st=>start: 开始:门诊中心
e=>end: 结束
op1=>operation: 进入”医责险“介绍页面&下载“条款”
op2=>operation: 点击“投保”,进入“投保”页面
op3=>operation: 填写“投保信息”
cond1=>condition: 投保信息是否正确?
op4=>operation: “提交信息”,展示“等待审核”页面
op5=>operation: 电话联系客服修改信息
op6=>operation: 调用“投保接口”/"CPC接口"
cond2=>condition: 是否成功?
op7=>operation: 展示“投保成功-等待支付”页面
op8=>operation: 技术人员处理

st->op1->op2->op3->cond1
cond1(yes)->op4
cond1(no)->op5->op4->op6->cond2
cond2(no)->op8->op7
cond2(yes)->op7->e
WeChatbbb6eabe525ca545726dc58fa349a525
abnerlee commented 5 years ago

https://github.com/adrai/flowchart.js/issues/125

abnerlee commented 5 years ago

merge into #2602