From 87ba2d40dca545275780df6feb443756053d7b2c Mon Sep 17 00:00:00 2001 From: Viet Nguyen Tran Date: Mon, 5 Apr 2021 15:00:03 +0700 Subject: [PATCH] fix equal key --- mathEditor/editor/MTEditableMathLabel.m | 1 + 1 file changed, 1 insertion(+) diff --git a/mathEditor/editor/MTEditableMathLabel.m b/mathEditor/editor/MTEditableMathLabel.m index 05f528f..093f157 100644 --- a/mathEditor/editor/MTEditableMathLabel.m +++ b/mathEditor/editor/MTEditableMathLabel.m @@ -362,6 +362,7 @@ - (void) insertionPointChanged - (void) setKeyboardMode { + self.keyboard.equalsAllowed = YES; self.keyboard.exponentHighlighted = NO; self.keyboard.radicalHighlighted = NO; self.keyboard.squareRootHighlighted = NO;