Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 28d1377

Browse files
Merge pull request #95 from technote-space/fix/#93
#93
2 parents df4d1b7 + 6e36f6c commit 28d1377

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/js/marker-animation-editor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/classes/models/editor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ private function get_editor_params() {
228228
'settings' => $setting->get_settings( 'editor' ),
229229
'prefix' => $assets->get_data_prefix(),
230230
'is_valid_color_picker' => $this->app->utility->is_valid_tinymce_color_picker(),
231+
'is_block_editor' => $this->app->utility->is_block_editor(),
231232
];
232233
}
233234
}

0 commit comments

Comments
 (0)