Text Editor doesn't remain in sourcecode mode

Dear community,
when I want to edit the source code of any page in the text editor (in version 8.5.17), the view automatically switches back to the formatted view after a few seconds. It also happens in version 7. Is there a setting in C5?
Thank you very much.

Best Mathias

I found a way to solve the issue:

copy

concrete/views/panels/details/page/composer.php

to

application/views/panels/details/page/composer.php

change line 62

from:

this.confirmClose = true;

to:

this.confirmClose = false;

clear the site cache

that works for me.

Best
Mathias

2 Likes