X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=a402d0004b2067129ff3fe0e738552672d2cee77;hb=9cb18b849dd6993c6c9861a8c474e5d259c99dd9;hp=be32c44fb27cb8f370773016373d1ae4efe6c7d7;hpb=9843991255ba5802491b4d48e3357925f622fcc6;p=remoteglot 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.