git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
69d1ccf
)
Fix issue clicking links in unordered lists
author
Adam Dullage
<redacted>
Mon, 10 Jul 2023 11:27:42 +0000
(12:27 +0100)
committer
Adam Dullage
<redacted>
Mon, 10 Jul 2023 11:27:42 +0000
(12:27 +0100)
flatnotes/src/components/NoteViewerEditor.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/NoteViewerEditor.vue
b/flatnotes/src/components/NoteViewerEditor.vue
index 495990171124c922e9f5e94a5dd5a7eef53ccedc..a7677c590c98548b57a570264b2e8212cc80683b 100644
(file)
--- a/
flatnotes/src/components/NoteViewerEditor.vue
+++ b/
flatnotes/src/components/NoteViewerEditor.vue
@@
-166,8
+166,11
@@
}
// Disable checkboxes in view mode. See https://github.com/nhn/tui.editor/issues/1087.
-.note-viewer li {
+.note-viewer li
.task-list-item
{
pointer-events: none;
+ a {
+ pointer-events: auto;
+ }
}
</style>
git clone https://git.99rst.org/PROJECT