mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Fix modified state for expression
This commit is contained in:
parent
4775b6270a
commit
cc2ac61bb0
|
@ -52,7 +52,7 @@ function EditorRSExpression({
|
|||
|
||||
function handleChange(newvalue: string) {
|
||||
onChange(newvalue);
|
||||
setIsModified(true);
|
||||
setIsModified(newvalue !== activeCst?.definition_formal);
|
||||
}
|
||||
|
||||
function handleCheckExpression() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user