Refactor #5437 - For OrganizationChart

pull/5507/head
tugcekucukoglu 2024-03-18 15:17:07 +03:00
parent 9836034fdb
commit d5c372e928
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ export default {
});
},
onNodeClick(event) {
if (DomHandler.getAttribute(event.target, 'nodeToggler') || DomHandler.getAttribute(event.target, 'nodeTogglerIcon')) {
if (DomHandler.isAttributeEquals(event.target, 'data-pc-section', 'nodetoggler') || DomHandler.isAttributeEquals(event.target, 'data-pc-section', 'nodetogglericon')) {
return;
}