diff --git a/framework/includes/option-types/wp-editor/class-fw-option-type-wp-editor.php b/framework/includes/option-types/wp-editor/class-fw-option-type-wp-editor.php index 838e5026..527eeb11 100644 --- a/framework/includes/option-types/wp-editor/class-fw-option-type-wp-editor.php +++ b/framework/includes/option-types/wp-editor/class-fw-option-type-wp-editor.php @@ -139,7 +139,7 @@ protected function _enqueue_static( $id, $option, $data ) { wp_enqueue_script( 'fw-option-type-' . $this->get_type(), $uri . '/scripts.js', - array( 'jquery', 'fw-events', 'editor', 'fw' ), + array( 'jquery', 'tinymce', 'fw-events', 'editor', 'fw' ), fw()->manifest->get_version(), true );