Skip to content
Snippets Groups Projects
Commit 46aa3511 authored by mathias.chouet's avatar mathias.chouet
Browse files

Add debug messages

parent cc2c7853
No related branches found
No related tags found
1 merge request!49Resolve "Ajout du module de calcul d'une passe à bassins"
......@@ -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}`);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment