Merge pull request #17 from flohw/main

Prevent unwanted changes in calendar link input
This commit is contained in:
Fabrice Lamant
2024-08-25 20:44:57 +01:00
committed by GitHub

View File

@ -50,7 +50,7 @@
<dialog id="modal" class="modal">
<div class="modal-box">
</h3>
<input type="text" class="input input-bordered w-full text-sm" id="link"></input>
<input type="text" class="input input-bordered w-full text-sm" id="link" readonly="readonly"></input>
<div class="modal-action">
<form method="dialog">
<button class="btn">Close</button>