Filter duplicate ids from new ways, #564
This commit is contained in:
parent
32ae6957e7
commit
31205f3430
2 changed files with 16 additions and 2 deletions
|
@ -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)
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue