Skip to content
Snippets Groups Projects
Commit ef9bee96 authored by Ruben Bimberg's avatar Ruben Bimberg :computer:
Browse files

Fix double redraw when blocking word

[Ticket: #186]
parent 1d73ac8f
No related merge requests found
......@@ -263,7 +263,6 @@ export class TagCloudDataService {
blockWord(tag: string): void {
this._tagCloudAdmin.addWordToBlacklist(tag.toLowerCase());
this.rebuildTagData();
}
updateConfig(parameters: CloudParameters): boolean {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment