diff --git a/web/regex_tester.html b/web/regex_tester.html index 3f69580..fd92d29 100644 --- a/web/regex_tester.html +++ b/web/regex_tester.html @@ -275,6 +275,7 @@ sub newsamp { update(); return $samp; } +#TODO: Adding samples causes the code table to grow, but not shrink when they are removed $addsamp->click(sub { newsamp('')->click }); # $re_debug is actually a parameter to update()/actual_update(), but since