This commit is contained in:
Leon Bösche
2026-01-12 16:00:27 +01:00
parent 2daa9e9855
commit 2ded9b00f9

View File

@@ -483,7 +483,8 @@ class _DocumentViewerModalState extends State<DocumentViewerModal> {
..append(iframe);
// Create JavaScript to submit the form
final jsCode = '''
final jsCode =
'''
(function() {
var form = document.createElement('form');
form.method = 'POST';