We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca1c0a commit bd6d07eCopy full SHA for bd6d07e
app/code/Magento/PageBuilder/Model/Wysiwyg/InlineEditingSupportedAdapterList.php
@@ -42,7 +42,6 @@ public function __construct(
42
*/
43
public function isSupported(string $editorPath) : bool
44
{
45
-
46
- return !empty($this->wysiwygAdaptersSupportingInlineEditing[$editorPath]) && $this->wysiwygConfig->isEnabled() ?? false;
+ return !empty($this->wysiwygAdaptersSupportingInlineEditing[$editorPath]) && $this->wysiwygConfig->isEnabled();
47
}
48
0 commit comments