offset setting not works

Created on 5 June 2024, about 1 year ago
Updated 7 June 2024, about 1 year ago

The setting of offset nots works

in \gutenberg_bs_blocks\libraries\js\column\components\BlockSave.es6.js

on line 23

        if (typeof order!== "undefined") {
            accumulator[`offset${infix}-${offset}`] = offset > 0;
        }

would be

        if (typeof offset !== "undefined") {
            accumulator[`offset${infix}-${offset}`] = offset > 0;
        }
๐Ÿ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

๐Ÿ‡ง๐Ÿ‡ชBelgium philalawst

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024