Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我找到了一种在单击项目时通过使用 beforeactivate 取消其处理来禁用激活的方法。我也想禁用焦点。项目周围的细方块聚焦。有没有办法在 javascript 中做到这一点,或者我应该直接针对 CSS 吗?
非常感谢,
米
我通过 CSS 解决了同样的问题:
.fancytree-container, span.fancytree-focused span.fancytree-title { outline: 0 !important; }