Skip to content

Commit

Permalink
#2248 After table row is deleted, propertyListener callback has same …
Browse files Browse the repository at this point in the history
…previousValue and value-fixing-removing log statement

Signed-off-by: Jerin George <[email protected]>
  • Loading branch information
Jerinjk14 committed Dec 3, 2024
1 parent cecf882 commit ca2f10d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,6 @@ export default class PropertiesController {
if (typeof type !== "undefined") {
data.type = type;
}
console.log(data);
this.handlers.propertyListener(data);
}
}
Expand Down

0 comments on commit ca2f10d

Please sign in to comment.