Disable device preview options in the block editor
In a recent update to WordPress, the following responsive device preview system was added to the Block Editor:
Easy to hide them via:
.block-editor-post-preview__button-resize {
display: none;
}
But, how can we disable this feature so when you click on the preview button, it opens up a front-end preview of the post on a new tab. Just as it used to be.
Topic block-editor previews Wordpress
Category Web