Comparing version 2.1.4 to 2.1.5
@@ -13,3 +13,3 @@ "use strict"; | ||
autofill: function autofill(item) { | ||
if (item.context.code.indexOf("@content") > -1) { | ||
if (!item.content && item.context.code.indexOf("@content") > -1) { | ||
return ""; | ||
@@ -16,0 +16,0 @@ } |
@@ -24,3 +24,3 @@ { | ||
], | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"license": { | ||
@@ -27,0 +27,0 @@ "type": "MIT", |
89434