mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor bugfix...
This commit is contained in:
parent
f5f62ccf77
commit
a967ef014f
@ -2171,7 +2171,7 @@ var TagsWithDictPrototype = {
|
||||
var res = this.normalize(...tags)
|
||||
|
||||
// unaltered tags...
|
||||
tags = this.splitTag(normalizeSplit(tags))
|
||||
tags = this.splitTag(normalizeSplit(tags)).unique()
|
||||
// NOTE: we first split then normalize (order significant) because
|
||||
// we need to conserve the order of the individual tags
|
||||
// consistent with tags above...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user