From 6e404140830ef38eefc9f9120d011b0a1f2d906c Mon Sep 17 00:00:00 2001 From: Grol Grol Date: Sat, 5 Jul 2025 16:28:28 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=B8=D0=B7=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=82=D0=B5=D0=BA=D1=81?= =?UTF-8?q?=D1=82=D0=B0=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=B5=20=D1=81=20?= =?UTF-8?q?=D1=87=D0=B5=D0=BA=D0=B1=D0=BE=D0=BA=D1=81=D0=BE=D0=BC,=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B4=D0=B8=20=D0=B8=D0=BD=D1=82=D0=B5=D0=B3=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8=20=D1=81=20Tasks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/model/ContextFactory.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/model/ContextFactory.ts b/src/core/model/ContextFactory.ts index 888091b..8221782 100644 --- a/src/core/model/ContextFactory.ts +++ b/src/core/model/ContextFactory.ts @@ -91,10 +91,8 @@ export class ContextFactory { // если новая и старая строка чекбокс if (oldLine instanceof CheckboxLine && actualLine instanceof CheckboxLine) { - // если текст остался старым // если изменилось состояние чекбокса if ( - oldLine.getText() === actualLine.getText() && oldLine.getState() !== actualLine.getState() ) { actualLine.setChange(true);