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.
2 parents 36709fc + 399bbd0 commit 3a8a00eCopy full SHA for 3a8a00e
package.json
@@ -21,7 +21,7 @@
21
"url": "https://twitter.com/pascalduez"
22
}
23
],
24
- "version": "2.1.4",
+ "version": "2.1.5",
25
"license": {
26
"type": "MIT",
27
"url": "http://opensource.org/licenses/MIT"
src/annotation/annotations/content.js
@@ -7,7 +7,7 @@ export default function content() {
7
},
8
9
autofill(item) {
10
- if (item.context.code.indexOf('@content') > -1) {
+ if (!item.content && item.context.code.indexOf('@content') > -1) {
11
return '';
12
13
0 commit comments