bugfix: now trimming tags on creation
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
}
|
||||
|
||||
async function onCommit(wrapped){
|
||||
addTag(wrapped.display);
|
||||
addTag(wrapped.display.trim());
|
||||
}
|
||||
|
||||
function onSelect(dummy){}
|
||||
|
||||
Reference in New Issue
Block a user