Commit 46aa3511 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Add debug messages

Showing with 2 additions and 0 deletions
+2 -0
......@@ -602,6 +602,7 @@ export class AppComponent implements OnInit, OnDestroy, Observer {
disableScroll(event: any) {
if (event.srcElement.type === "number") {
event.preventDefault();
// @TODO how to send event to parent so that scrolling the page works ?
}
}
@HostListener("keydown", [ "$event" ]) onKeydown(event: any) {
......
......@@ -39,5 +39,6 @@ export class FormulairePab extends FormulaireBase {
if (pab.downWall) {
console.log(`+ downstream wall: ${pab.downWall.uid}`);
}
console.log(`>> calculating: ${pab.calculatedParam.symbol}`);
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment