Skip to content

Commit 26c5cd5

Browse files
author
Tim Appelhans
committed
1 parent 92f5556 commit 26c5cd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inst/htmlwidgets/slideView.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,15 @@ HTMLWidgets.widget({
6868
divInfoSlide.id ="divInfoSlide";
6969
divDraw.appendChild(divInfoSlide);
7070

71+
/*
7172
let infoCSS = {
7273
"background-color": "#ff00ff",
7374
"color": "#00ffff",
7475
"opacity": 0.7,
7576
"font-size": "20px"
7677
};
78+
*/
79+
let infoCSS = {};
7780

7881
spanLeft = document.createElement("span");
7982
spanLeft.id ="spanLeft";

0 commit comments

Comments
 (0)