Skip to content

Commit

Permalink
Merge branch 'pr/492' into release/3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawuww committed Dec 16, 2024
2 parents 552af1d + 3f92e70 commit 0a54af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/blocks-v2/text-field/block-asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function register_frontend_assets() {

$asset_mask = require_once $blocks_v2->get_dir( 'text-field/assets/build/frontend/field.mask.asset.php' );

$asset_mask['dependencies'][] = LegacyBlocksModule::MAIN_SCRIPT_HANDLE;
$asset_mask['dependencies'][] = 'jet-form-builder-inputmask';

wp_register_script(
Expand Down

0 comments on commit 0a54af7

Please sign in to comment.