Linkify task note

This commit is contained in:
Raimund Schlüßler 2019-01-09 09:42:08 +01:00
parent da03fe7e55
commit fc1ad9d1f9
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -242,12 +242,10 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<div class="note">
<div v-click-outside="() => finishEditing('note')"
class="note-body selectable"
@click="editProperty('note')"
@click="editProperty('note', $event)"
>
<div :class="{'editing': edit=='note'}" class="content-fakeable">
<div class="display-view">
{{ task.note }}
</div>
<div v-linkify="task.note" class="display-view" />
<div class="edit-view">
<div class="expandingArea active">
<pre><span>{{ tmpTask.note }}</span><br><br></pre>