diff --git a/public/javascripts/spacedeck_whiteboard.js b/public/javascripts/spacedeck_whiteboard.js index 1586fc3..949fdd0 100644 --- a/public/javascripts/spacedeck_whiteboard.js +++ b/public/javascripts/spacedeck_whiteboard.js @@ -735,7 +735,7 @@ function setup_whiteboard_directives() { this.mouse_state = "idle"; $scope.mouse_state = this.mouse_state; this.lasso = null; - $scope.active_tool = "pointer"; + //$scope.active_tool = "pointer"; disabled to keep the same tool (eg. "Scribble") after drawing a single line. $scope.end_transaction(); $scope.show_toolbar_props();