mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-06 00:37:03 +00:00
fixed white space issue
This commit is contained in:
@@ -548,7 +548,7 @@
|
||||
|
||||
// Reassign the IDs after sorting
|
||||
this.dots.forEach((dot, index) => {
|
||||
dot.ID = index;
|
||||
dot.ID = index;
|
||||
});
|
||||
|
||||
console.log(this.dots);
|
||||
|
||||
Reference in New Issue
Block a user