Fix issue clicking links in unordered lists
authorAdam Dullage <redacted>
Mon, 10 Jul 2023 11:27:42 +0000 (12:27 +0100)
committerAdam Dullage <redacted>
Mon, 10 Jul 2023 11:27:42 +0000 (12:27 +0100)
flatnotes/src/components/NoteViewerEditor.vue

index 495990171124c922e9f5e94a5dd5a7eef53ccedc..a7677c590c98548b57a570264b2e8212cc80683b 100644 (file)
 }
 
 // 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