Skip to content

Commit f3d7762

Browse files
fix: missing save cloud icon issue
1 parent 9d076fb commit f3d7762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function register_block() {
7171
wp_register_script(
7272
$this->handle,
7373
TIOB_URL . 'editor/build/index.js',
74-
array_merge( $deps['dependencies'], array( 'wp-api' ) ),
74+
array_merge( $deps['dependencies'], array( 'wp-api', 'regenerator-runtime' ) ),
7575
$deps['version']
7676
);
7777

0 commit comments

Comments
 (0)