diff --git a/src/index.html b/src/index.html index c60451c..1e647b6 100644 --- a/src/index.html +++ b/src/index.html @@ -134,7 +134,11 @@ - + diff --git a/src/js/main.js b/src/js/main.js index 7572fe7..a9b12d3 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -304,6 +304,12 @@ function initWhiteboard() { } else { $(".activeToolIcon").html($(this).html()); //Set Active icon the same as the button icon } + + if (activeTool == "text") { + $("#textboxBackgroundColorPickerBtn").show(); + } else { + $("#textboxBackgroundColorPickerBtn").hide(); + } }); // upload image button