From 5a244e585fa533a49425e2fedff64b16bdcaeaa0 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 15 Feb 2025 12:42:42 +0100 Subject: [PATCH] Make elements not selectable by default --- README.md | 1 - gdn-app/src/App.vue | 2 +- gdn-app/src/components/CNavbarButton.vue | 2 +- gdn-app/src/components/CNavbarDropdownEntry.vue | 2 +- gdn-app/src/components/CNote.vue | 5 ++++- gdn-app/src/components/CNoteButton.vue | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8f0e2a2..cd403fd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ variations or spellings are incorrect. ## Todos - TODO Fix wide notes adding horizontal scroll bar -- TODO Make text not selectable by default - TODO Fix deleting note not unlinking it (and maybe other child inconsistencies as well) - TODO Rename "note not found" to "loading..." diff --git a/gdn-app/src/App.vue b/gdn-app/src/App.vue index 667b3bb..9715f05 100644 --- a/gdn-app/src/App.vue +++ b/gdn-app/src/App.vue @@ -23,7 +23,7 @@ window.addEventListener("keypress", (ev) => {