We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dda650 commit c25879bCopy full SHA for c25879b
src/annotation/annotations/name.js
@@ -7,7 +7,7 @@ export default function access() {
7
},
8
9
// Abuse the autofill feature to rewrite the `item.context`
10
- autofill(item){
+ autofill(item) {
11
if (item.name) {
12
item.context.name = item.name;
13
// Cleanup
0 commit comments