mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
remove contenteditable, already have a method for editing
This commit is contained in:
parent
99b17a4ab1
commit
fdad916872
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@
|
|||
<input type="checkbox" checked={:task.completed} x-bind=click:vote data-direction={:task.completed}/>
|
||||
{/}
|
||||
</div>
|
||||
<div class="task-text" x-bind=keydown:shortcuts contenteditable>{unescaped :task.text}</div>
|
||||
<div class="task-text">{unescaped :task.text}</div>
|
||||
|
||||
<app:taskMeta />
|
||||
</pre>
|
||||
|
|
|
|||
Loading…
Reference in a new issue