tinymce-react icon indicating copy to clipboard operation
tinymce-react copied to clipboard

Offical TinyMCE React component

Results 47 tinymce-react issues
Sort by recently updated
recently updated
newest added

I was using @tinymce/tinymce-react: 5.1.1, currently 6.0.0 and react: 18.2.0. I tested it on Chrome version 134.0.6998.36 and Firefox 136.0. For the last few days I've been having a problem...

**What is the current behavior?** When pasting a link (eg, https://tinymce.github.io/tinymce-react/?path=/story/editor--controlled-input) in the selected text in the Controlled Tinymce Component - the selected text is removed completely. Cmd/ctrl+z restores the...

Bumps the npm_and_yarn group with 1 update in the / directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 3.3.7 to 3.3.8 Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano...

dependencies
javascript

Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. Release notes Sourced from actions/stale's releases. v9.0.0 Breaking Changes Action is now stateful: If the action ends because of operations-per-run then the next run...

dependencies
status:stale
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
status:stale
github_actions

**What is the current behavior?** The issue comes from "Insert/Edit Link" and "Source Code" plugin inside TinyMCE. I put a bit concern in the flow when the focus is missing,...

needs: more info

**What is the current behavior?** **Please provide the steps to reproduce and if possible a minimal demo of the problem via [codesandbox.io](https://codesandbox.io/p/sandbox/tinymce-react-yny726?file=src/index.tsx) or similar.** ``` import { useEffect, useState }...

needs: more info