diff --git a/src/controllers/controller.bar.js b/src/controllers/controller.bar.js index 557bffbd8c9..7d07764662d 100644 --- a/src/controllers/controller.bar.js +++ b/src/controllers/controller.bar.js @@ -207,6 +207,11 @@ function setBorderSkipped(properties, options, stack, index) { properties.borderSkipped = res; return; } + + if (edge === true) { + properties.borderSkipped = { top: true, right: true, bottom: true, left: true }; + return; + } const {start, end, reverse, top, bottom} = borderProps(properties);