remove console

pull/3999/head
Tuğçe Küçükoğlu 2023-06-20 13:56:35 +03:00
parent 41b08aa338
commit 1a955f01ec
1 changed files with 0 additions and 2 deletions

View File

@ -259,8 +259,6 @@ export default {
setAllNodesTabIndexes() {
const nodes = DomHandler.find(this.$refs.currentNode.closest('[data-pc-section="container"]'), '[role="treeitem"]');
console.log(nodes);
const hasSelectedNode = [...nodes].some((node) => node.getAttribute('aria-selected') === 'true' || node.getAttribute('aria-checked') === 'true');
[...nodes].forEach((node) => {