We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 166cd28 + 931fdcf commit f773e89Copy full SHA for f773e89
1 file changed
assets/js/web-components/prpl-suggested-task.js
@@ -260,9 +260,11 @@ customElements.define(
260
? `<label for="prpl-suggested-task-checkbox-${ task_id }">`
261
: ''
262
}
263
- <span${ 'user' === category ? ` contenteditable="plaintext-only"` : '' }>
264
- ${ taskHeading }
265
- </span>
+ <span${
+ 'user' === category
+ ? ` contenteditable="plaintext-only"`
266
+ : ''
267
+ }>${ taskHeading }</span>
268
${ useCheckbox && dismissable ? `</label>` : '' }
269
</h3>
270
<div class="prpl-suggested-task-actions">
0 commit comments