* fix compilation of Tetris demo

This commit is contained in:
svenbarth 2020-11-15 11:26:08 +00:00
parent cbcbf73cbf
commit 7944be97f0

View File

@ -627,7 +627,7 @@ Var
S : String;
begin
Result:=true;
S:=aEvent.currentTarget.ID;
S:=aEvent.currentTargetElement.ID;
aEvent.preventDefault;
if Copy(S,1,Length(SControl))=SControl then
begin