]> git.sesse.net Git - remoteglot/commitdiff
Improve a comment in onSnapEnd.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 28 Dec 2022 21:17:46 +0000 (22:17 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 28 Dec 2022 21:17:46 +0000 (22:17 +0100)
www/js/remoteglot.js

index be32c44fb27cb8f370773016373d1ae4efe6c7d7..a402d0004b2067129ff3fe0e738552672d2cee77 100644 (file)
@@ -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.