keep the current tool as long as the cursor is in the web view

This commit is contained in:
Bea 2020-04-15 15:36:37 +02:00
parent a92b915bc3
commit 7c5fd6485e
1 changed files with 1 additions and 1 deletions

View File

@ -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();