This commit is contained in:
Marcel 2023-01-18 21:52:02 +01:00 committed by GitHub
parent c8952e833d
commit 249514df3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -435,4 +435,4 @@ function insertTextAtCursor(element, text) {
range.text = text;
range.select();
}
}
}