From e41c28060c9539dbd7e4185af22f60dd4a19cf05 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 10 Dec 2024 14:51:13 +1000 Subject: [PATCH] DOC-2594: Remove admonition statement in tinymce/5 about inline editing mode not supported on mobile devices. --- modules/ROOT/pages/use-tinymce-inline.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ROOT/pages/use-tinymce-inline.adoc b/modules/ROOT/pages/use-tinymce-inline.adoc index 88e0175767..03c6bac0fc 100644 --- a/modules/ROOT/pages/use-tinymce-inline.adoc +++ b/modules/ROOT/pages/use-tinymce-inline.adoc @@ -6,8 +6,6 @@ {productname} has three main integration modes: a _classic_ full editor mode, an _inline_ editing mode, and a distraction-free mode. -include::partial$misc/notonmobile.adoc[] - The inline editing mode is used for merging the editing and reading views of the page for a seamless editing experience and true WYSIWYG behavior. Inline editing mode does not replace the selected element with an iframe, but instead edits the element's content in-place. Inline editors are designed: