From 62f1816ad0b9b9f0fc4a13a68c4db308df4dcd2f Mon Sep 17 00:00:00 2001 From: thsparks Date: Mon, 21 Oct 2024 11:11:31 -0700 Subject: [PATCH] Hide secondary undo/redo and zoom controls in python. These started appearing as a side-effect of my changes to hide the toolbox, since it's no longer in flyoutOnly mode. --- webapp/src/editortoolbar.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp/src/editortoolbar.tsx b/webapp/src/editortoolbar.tsx index 5c1b28688d8..09ff7274ea2 100644 --- a/webapp/src/editortoolbar.tsx +++ b/webapp/src/editortoolbar.tsx @@ -363,6 +363,7 @@ export class EditorToolbar extends data.Component