Skip to content

Commit

Permalink
able to go before or after in popup-land
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Apr 12, 2019
1 parent 159042e commit 66fb11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/apollo/js/View/Track/AnnotTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ define([
new Tooltip({
connectId: featDiv,
label: label,
position: ["after"],
position: ["after","before","below","above"],
showDelay: 0
});
}
Expand Down

0 comments on commit 66fb11c

Please sign in to comment.