Skip to content

Commit

Permalink
Disable feature previews when hovering for now
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jun 10, 2019
1 parent b6d4a48 commit 2b5066b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/ui/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ export function uiSidebar(context) {


function hover(datum) {
// disable hover preview for now
return;

if (datum && datum.__featurehash__) { // hovering on data
_wasData = true;
sidebar
Expand Down

0 comments on commit 2b5066b

Please sign in to comment.