I found a temporary work around to disable the live preview. In the file wp-content/plugins/block-options/includes/class-editorskit-responsive-preview.php, I set the return value to ‘false’ for the function ‘is_responsive_preview_enabled().
I’m sure there is a better way to accomplish this, but this seems to be working for me.