We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b326a1 commit 3cdb5c5Copy full SHA for 3cdb5c5
1 file changed
js/utils/constants.ts
@@ -5,7 +5,7 @@ export const HORIZONTAL_BACKGROUNDS_SELECTOR = '.backgrounds>.slide-background';
5
6
// Methods that may not be invoked via the postMessage API
7
export const POST_MESSAGE_METHOD_BLACKLIST =
8
- /registerPlugin|registerKeyboardShortcut|addKeyBinding|addEventListener|showPreview/;
+ /registerPlugin|registerKeyboardShortcut|addKeyBinding|addEventListener|showPreview|previewIframe/;
9
10
// Regex for retrieving the fragment style from a class attribute
11
export const FRAGMENT_STYLE_REGEX =
0 commit comments