refactor(drag-pane): handle middle mouse closes #784, #1767

This commit is contained in:
moklick
2022-08-29 18:00:04 +02:00
parent 588d8fc02e
commit ba9df1035b
4 changed files with 30 additions and 10 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
/* this gets exported as style.css and can be used for the default theming */
/* these are the necessary styles for React Flow */
/* these are the necessary styles for React Flow, they get used by base.css and style.css */
.react-flow__container {
position: absolute;
width: 100%;
@@ -130,6 +130,7 @@
}
.react-flow__handle.connectable {
pointer-events: all;
cursor: crosshair;
}
.react-flow__handle-bottom {
top: auto;