]> git.sesse.net Git - remoteglot/blobdiff - www/js/remoteglot.js
Improve a comment in onSnapEnd.
[remoteglot] / 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.