From c03dd81ef383e584ff8f813842eebbdf99e9e018 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Tue, 8 Oct 2019 16:53:39 +0200 Subject: [PATCH] Added code comment to the fix. --- theme/todolist.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/todolist.css b/theme/todolist.css index 6119c77..d5151e8 100644 --- a/theme/todolist.css +++ b/theme/todolist.css @@ -7,6 +7,10 @@ --ck-todo-list-checkmark-size: 16px; } +/* + * To-do list should be interactive only during the editing + * (https://github.com/ckeditor/ckeditor5/issues/2090). + */ .ck-editor__editable .todo-list { & .todo-list__label { & > input {