offset setting not works

Created on 5 June 2024, 21 days ago
Updated 7 June 2024, 19 days 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

Needs review

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.69.0 2024