mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Avoid regenerating every node label on redraw
This commit is contained in:
@@ -35,6 +35,14 @@
|
||||
pointer-events: none;
|
||||
-webkit-touch-callout: none;
|
||||
@include disable-selection;
|
||||
|
||||
.red-ui-flow-node-label-text {
|
||||
alignment-baseline: middle;
|
||||
}
|
||||
|
||||
&.red-ui-flow-node-label-right .red-ui-flow-node-label-text {
|
||||
text-anchor: end;
|
||||
}
|
||||
}
|
||||
|
||||
.red-ui-flow-port-label {
|
||||
|
Reference in New Issue
Block a user