Hanoi, Vietnam
Account created on 27 July 2015, almost 9 years ago
#

Recent comments

πŸ‡»πŸ‡³Vietnam nguyenphan Hanoi, Vietnam

>Sometimes, my site crashes because of the error: The "paragraph" entity type did not specify a translation handler. I applied patch #66, and it is okay now.

Basically, anywhere that doesn't use paragraphs won't have an error. If any page uses paragraphs, an error will appear. Therefore, I think it is true that this patch cannot be used yet

πŸ‡»πŸ‡³Vietnam nguyenphan Hanoi, Vietnam

Sometimes, my site crashes because of the error: The "paragraph" entity type did not specify a translation handler. I applied patch #66, and it is okay now.

πŸ‡»πŸ‡³Vietnam nguyenphan Hanoi, Vietnam

I see solution on tinymce issue: https://github.com/tinymce/tinymce/issues/6386
https://www.tiny.cloud/docs/integrations/bootstrap/#usingtinymceinaboots...

And i apply to my project:

$(document).on('focusin', function(e) {
        if ($(e.target).hasClass('wrs_focusElement')) {
          e.stopImmediatePropagation();
        }
      });
Production build 0.69.0 2024