Skip to content

Commit 50162ad

Browse files
Erased a little too much
1 parent 8863dda commit 50162ad

File tree

1 file changed

+6
-0
lines changed
  • lib/network/modules/components/shared

1 file changed

+6
-0
lines changed

lib/network/modules/components/shared/Label.js

+6
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ class Label {
6161
}
6262
}
6363

64+
if(options.labelPosition !== undefined && options.labelPosition !== null) {
65+
if(typeof options.labelPosition === 'string'){
66+
this.position = options.labelPosition;
67+
}
68+
}
69+
6470
if(options.labelDistance !== undefined && options.labelDistance !== null) {
6571
if(typeof options.labelDistance === 'number'){
6672
this.distance = options.labelDistance;

0 commit comments

Comments
 (0)