Browse Source

* Preventdefault

michael 4 years ago
parent
commit
46c124ced6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      demo/router/frmdemo.pp

+ 1 - 0
demo/router/frmdemo.pp

@@ -105,6 +105,7 @@ begin
   URL:=Copy(URL,P+1,Length(URL)-P);
   Writeln('URL :',URL);
   Router.Push(URL);
+  aEvent.preventDefault;
 end;
 
 end.