From bf47265596c0b1c54a30779164238a8849f7f496 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 20 Jun 2022 20:53:15 -0400 Subject: restored undo/redo buttons --- src/client/views/MainView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index f5e609411..61cca0421 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -526,7 +526,7 @@ export class MainView extends React.Component { } @computed get docButtons() { - return !(this.userDoc.dockedBtns instanceof Doc) ? (null) : + return !CurrentUserUtils.MyDockedBtns ? (null) :