Filter duplicate ids from new ways, #564

This commit is contained in:
Pieter Vander Vennet 2022-02-11 02:55:42 +01:00
parent 32ae6957e7
commit 31205f3430
2 changed files with 16 additions and 2 deletions

View file

@ -210,7 +210,6 @@ export default class AutoApplyButton implements SpecialVisualization {
// Very ugly hack: read the value every 500ms
UIEventSource.Chronic(500, () => to_parse.data === undefined).addCallback(() => {
const applicable = tagSource.data[argument[1]]
console.log("Current applicable value is: ", applicable)
to_parse.setData(applicable)
})