Append empty value to inserted html attribute on completion
This commit is contained in:
parent
e1c86f453f
commit
297dbe63db
1 changed files with 2 additions and 1 deletions
|
|
@ -326,7 +326,8 @@ function findTagName(iterator) {
|
|||
}
|
||||
return attributes.map(function(attribute){
|
||||
return {
|
||||
value: attribute,
|
||||
caption: attribute,
|
||||
snippet: attribute + '="$0"',
|
||||
meta: "attribute"
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue