diff --git a/resources/views/components/tools/heading.blade.php b/resources/views/components/tools/heading.blade.php index d0599684..930ba0b7 100644 --- a/resources/views/components/tools/heading.blade.php +++ b/resources/views/components/tools/heading.blade.php @@ -2,7 +2,7 @@ label="{{ __('filament-tiptap-editor::editor.heading.label') }}" active="heading" icon="heading" - indicator="editor().isActive('heading', updatedAt) ? editor().getAttributes('heading').level : null" + indicator="editor().isActive('heading', updatedAt) && editor().isFocused ? editor().getAttributes('heading').level : null" :list="false" >