diff --git a/Nibriboard/ClientFiles/Pencil.js b/Nibriboard/ClientFiles/Pencil.js index 80fcbbe..d33d925 100644 --- a/Nibriboard/ClientFiles/Pencil.js +++ b/Nibriboard/ClientFiles/Pencil.js @@ -83,6 +83,8 @@ class Pencil this.pencilDown = true; + console.log(`Starting line with id ${this.currentLineId}.`); + this.rippleLink.send({ Event: "LineStart", LineId: this.currentLineId,