feat: move to node v16 and adding a pan tool

This commit is contained in:
PurpleBabar
2023-09-20 18:27:34 +02:00
parent d5cd829834
commit cf8902f3c5
15 changed files with 13814 additions and 1019 deletions

View File

@@ -733,7 +733,7 @@ function setup_whiteboard_directives() {
return;
}
if (_.include(["zoom", "scribble"], $scope.active_tool)) {
if (_.include(["zoom", "scribble", "pan"], $scope.active_tool)) {
// tools that stay active after use
this.mouse_state = "idle";
$scope.mouse_state = this.mouse_state;