From: Steinar H. Gunderson Date: Wed, 28 Dec 2022 21:17:46 +0000 (+0100) Subject: Improve a comment in onSnapEnd. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=9cb18b849dd6993c6c9861a8c474e5d259c99dd9 Improve a comment in onSnapEnd. --- 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.