From 9cb18b849dd6993c6c9861a8c474e5d259c99dd9 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 28 Dec 2022 22:17:46 +0100 Subject: [PATCH] Improve a comment in onSnapEnd. --- www/js/remoteglot.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index be32c44..a402d00 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -2237,6 +2237,9 @@ let onSnapEnd = function(source, target) { // Shouldn't really be here if we have hash probes, but there's really // nothing we can do. + // FIXME: Just make a new line, probably (even if we don't have hash moves). + // As it is, we can actually drag (but not click) such a move in the UI, + // but it has no effect on what we're probing. } // End of dragging-related code. -- 2.39.2