summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 58b8d0d2..750ec1d4 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -1235,6 +1235,8 @@ public:
if (not main_char.empty())
context().hooks().run_hook(Hook::InsertDelete, main_char, context());
+
+ context().selections_write_only().update(false);
}
else if (key == Key::Delete)
{