mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-30 15:42:42 +08:00
Remove native tooltip on icon mode bar selects
This commit is contained in:
parent
03721285ee
commit
8926cd51c9
@ -978,7 +978,6 @@ class BarSelect extends Widget {
|
||||
let button = document.createElement('div');
|
||||
button.className = 'select_option';
|
||||
button.setAttribute('key', key);
|
||||
button.title = this.getNameFor(key);
|
||||
button.append(Blockbench.getIconNode(data.options[key].icon));
|
||||
this.node.append(button);
|
||||
button.addEventListener('click', event => {
|
||||
|
Loading…
Reference in New Issue
Block a user