Browse Source

hide show outline removed

master
cailean 2 hours ago
parent
commit
821d421f33
  1. 4
      js/Player.js

4
js/Player.js

@ -873,10 +873,10 @@ export class Player {
// If the hovered item has changed, update outlines // If the hovered item has changed, update outlines
if (previouslyHoveredItem !== this.currentIntItem) { if (previouslyHoveredItem !== this.currentIntItem) {
if (previouslyHoveredItem) { if (previouslyHoveredItem) {
previouslyHoveredItem.hideOutline(); //previouslyHoveredItem.hideOutline();
} }
if (this.currentIntItem) { if (this.currentIntItem) {
this.currentIntItem.showOutline(); //this.currentIntItem.showOutline();
} }
} }
} }

Loading…
Cancel
Save