Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Marco Panichi

    (@marcopanichi)

    Workaround: I’ve hidden editor when visual is displayed, with this code into functions.php

    add_action( 'admin_head', 'theme_admin_css' );
    function theme_admin_css()
    {
        echo '<style>
            #mceu_24:not([style*="display: none"]) + .wp-editor-area + #monaco-editor-container { display: none; }
        </style>';
    }
    Plugin Author Aki Hamano

    (@wildworks)

    Thanks for the report.

    I will look into the problem and see if it can be fixed in the next plugin update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.