remove contenteditable, already have a method for editing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user