From 191ba2c79317d5f24f61e4adbf2919e44e75b34e Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad <600878@stud.hvl.no> Date: Sun, 5 Mar 2023 23:53:10 +0100 Subject: [PATCH] Added button to hide intermediate values --- src/truth-table.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/truth-table.tsx b/src/truth-table.tsx index b06eaa8..a69e902 100644 --- a/src/truth-table.tsx +++ b/src/truth-table.tsx @@ -220,6 +220,7 @@ hideIntermediate=${ hideIntermediates() }`) + { /* Options row */ } { "Simplify" }: @@ -267,6 +268,10 @@ hideIntermediate=${ hideIntermediates() }`) /> + +