Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 0fb167c

Browse files
committed
disalbe activation
1 parent 096b32d commit 0fb167c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Resources/assets/js/adapter/fancytree.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@ export class FancytreeAdapter {
290290
return node.data.refPath == refPath;
291291
});
292292
};
293+
294+
// We do not want to do anything on activation atm.
295+
this.$tree.fancytree('option', 'beforeActivate', () => {
296+
return false;
297+
});
293298
}
294299

295300
bindToInput($input) {

0 commit comments

Comments
 (0)