jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.78k stars 741 forks source link

close button #416

Closed zhizhico closed 2 years ago

zhizhico commented 2 years ago

why there is not close button while clicking the right button on the node ?

jerosoler commented 2 years ago

If there is, you can see it in the demo.

Maybe it's hiding it with css?

Does it show you any error in console?

zhizhico commented 2 years ago

Thanks,jerosoler !

Yes,you are right! It is hidden in the css.

.parent-node .drawflow-delete { display: none !important; }