Linkify task note
This commit is contained in:
parent
da03fe7e55
commit
fc1ad9d1f9
1 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue