Dropzone OK et refactor page event_add

This commit is contained in:
2025-05-27 20:08:39 +02:00
parent 49dffff1bf
commit 9489183b68
8 changed files with 627 additions and 590 deletions

View File

@ -31,6 +31,17 @@
<title>em2rp</title>
<link rel="manifest" href="manifest.json">
<style>
html, body, #flt-glass-pane {
user-select: text !important;
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
}
.dropzone-view, .dropzone-view * {
pointer-events: auto !important;
}
</style>
</head>
<body>
<script src="flutter_bootstrap.js" async></script>