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:
017b46d
)
Disable checkboxes in view mode. Resolves #81.
author
Adam Dullage
<redacted>
Mon, 3 Jul 2023 07:25:21 +0000
(08:25 +0100)
committer
Adam Dullage
<redacted>
Mon, 3 Jul 2023 07:25:21 +0000
(08:25 +0100)
flatnotes/src/components/NoteViewerEditor.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/NoteViewerEditor.vue
b/flatnotes/src/components/NoteViewerEditor.vue
index dbdc0cc04148bba759e47d064656fc5abdd82643..495990171124c922e9f5e94a5dd5a7eef53ccedc 100644
(file)
--- a/
flatnotes/src/components/NoteViewerEditor.vue
+++ b/
flatnotes/src/components/NoteViewerEditor.vue
@@
-164,6
+164,11
@@
.toastui-editor-md-code-block {
font-family: Consolas, "Lucida Console", Monaco, "Andale Mono", monospace;
}
+
+// Disable checkboxes in view mode. See https://github.com/nhn/tui.editor/issues/1087.
+.note-viewer li {
+ pointer-events: none;
+}
</style>
<script>
git clone https://git.99rst.org/PROJECT