graphite: add tags to dropdown and switch to tag editor if selected

This commit is contained in:
Alexander Zobnin
2017-10-20 11:23:14 +03:00
parent 199d0d152e
commit 968ce15e7f
3 changed files with 55 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ function (_, $, coreModule) {
segment.html = selected.html || selected.value;
segment.fake = false;
segment.expandable = selected.expandable;
segment.type = selected.type;
}
else if (segment.custom !== 'false') {
segment.value = value;