Skip to content

Commit 76220f2

Browse files
committed
feat: add hyphen for quicktools
1 parent a4b3c8b commit 76220f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/quickTools/items.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default [
4545
item("dollar", "letters", "insert", "$", "$"),
4646
item("modulo", "letters", "insert", "%", "%"),
4747
item("caret", "letters", "insert", "^", "^"),
48+
item("hyphen", "letters", "insert", "-", "-"),
4849
];
4950

5051
/**

0 commit comments

Comments
 (0)