fpweb: less hints

This commit is contained in:
mattias 2023-11-17 16:42:36 +01:00
parent 2d2575d452
commit d89c23fbeb

View File

@ -381,6 +381,7 @@ end;
function ShowEditInputTagForm(const ATagType:string; const ADefValue:string = ''):string;
begin
Result:='';
If Not CheckEditor then Exit;
With TFpwebNewHTMLInputForm.Create(Application) do
try
@ -733,8 +734,6 @@ begin
end;
procedure InsertTextToCurEditor(const S: string);
var
i:integer;
begin
{ TODO -oalexs : Add code for positiopn cursor to position of char |, also insert curent selection into new string at position of %s }