mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-12-16 00:00:29 +01:00
* Fix compilation, fix issue #39213
This commit is contained in:
parent
79272a81c9
commit
e706baa9c7
@ -760,7 +760,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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user