Skip to content

Commit

Permalink
[Mobile] Native Bridge: Fix insert blocks not handling raw string pro…
Browse files Browse the repository at this point in the history
…perly in unsupported block editor (#47472)
  • Loading branch information
renatoagds authored Jan 27, 2023
1 parent c0abd3f commit 6a64cdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if ( window.insertBlock && window.contentIncerted !== true ) {
window.insertBlock( `%@` );
window.insertBlock( String.raw`%@` );
}

0 comments on commit 6a64cdf

Please sign in to comment.