mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Factor Shared::TextFieldDelegateApp::isAcceptableText
This commit is contained in:
committed by
EmilieNumworks
parent
ff887ec4a0
commit
9611133276
@@ -121,7 +121,6 @@ bool EditExpressionController::inputViewDidReceiveEvent(Ion::Events::Event event
|
||||
/* The input text store in m_cacheBuffer might have beed correct the first
|
||||
* time but then be too long when replacing ans in another context */
|
||||
if (!app()->isAcceptableText(m_cacheBuffer)) {
|
||||
app()->displayWarning(I18n::Message::SyntaxError);
|
||||
return true;
|
||||
}
|
||||
m_calculationStore->push(m_cacheBuffer, app()->localContext());
|
||||
|
||||
Reference in New Issue
Block a user