mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed "Beta feedback" not showing in beta editor when feature flag is switched off
no issue - even when the editor beta is turned off, any post created in the beta will still open in the beta editor - the "beta feedback" text in the bottom right was disabled when the beta flag was disabled which meant it was difficult to tell when you were using the beta editor vs the original editor
This commit is contained in:
parent
b7bdd1f401
commit
f5c78221a6
1 changed files with 1 additions and 3 deletions
|
@ -93,9 +93,7 @@
|
|||
@registerAPI={{this.registerEditorAPI}}
|
||||
/>
|
||||
|
||||
{{#if (feature 'lexicalEditor')}}
|
||||
<FeedbackLexical::EditorDropdown @post={{this.post}} />
|
||||
{{/if}}
|
||||
<FeedbackLexical::EditorDropdown @post={{this.post}} />
|
||||
|
||||
<div class="gh-editor-wordcount-container">
|
||||
<div class="gh-editor-wordcount">
|
||||
|
|
Loading…
Add table
Reference in a new issue