로그 제거
This commit is contained in:
@@ -127,11 +127,7 @@ class PropertyTableView {
|
|||||||
|
|
||||||
const addButton = this.element.querySelector('.add_property');
|
const addButton = this.element.querySelector('.add_property');
|
||||||
if (addButton) {
|
if (addButton) {
|
||||||
console.log('Add button found'); // Check if the button is found
|
|
||||||
addButton.addEventListener('click', (event) => {
|
addButton.addEventListener('click', (event) => {
|
||||||
console.log(event)
|
|
||||||
console.log(this)
|
|
||||||
console.log('Add button clicked'); // Check if this gets logged on click
|
|
||||||
this.propertyTable.controller.addProperty();
|
this.propertyTable.controller.addProperty();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user