Skip to content

Commit 93c5ac0

Browse files
committed
Fix Cannot add a control outside of a section at Typography Section at kit
1 parent f44073b commit 93c5ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/elementor/class-typography.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function __construct() {
9898

9999
add_action( 'elementor/element/container/section_background/before_section_end', array( $this, 'tweak_container_widget_styles' ) );
100100

101-
add_action( 'elementor/element/kit/section_typography/after_section_end', array( $this, 'tweak_typography_section' ), 999, 2 );
101+
add_action( 'elementor/element/kit/section_typography/before_section_end', array( $this, 'tweak_typography_section' ), 999, 2 );
102102

103103
add_action( 'elementor/element/kit/section_buttons/after_section_end', array( $this, 'register_global_fonts' ), 10, 2 );
104104

0 commit comments

Comments
 (0)