Skip to content

Commit ed7d3e6

Browse files
committed
fix suggestion width height
1 parent 408b0e3 commit ed7d3e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/views/label_suggestions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const LABEL_DICTIONARY = {
7373
},
7474
"width": {
7575
label: "Width",
76-
keywords: ["position", "pixel", "unit"],
76+
keywords: ["length", "size", "pixel", "unit"],
7777
options: [
7878
{ label: "Pixel", value: "[width.pixel]" },
7979
{ label: "Unit", value: "[width.unit]" }
@@ -84,7 +84,7 @@ const LABEL_DICTIONARY = {
8484
},
8585
"height": {
8686
label: "Height",
87-
keywords: ["position", "pixel", "unit"],
87+
keywords: ["length", "size", "pixel", "unit"],
8888
options: [
8989
{ label: "Pixel", value: "[height.pixel]" },
9090
{ label: "Unit", value: "[height.unit]" }

0 commit comments

Comments
 (0)