diff --git a/src/style/apply.js b/src/style/apply.js index 4885b30b8..72736af28 100644 --- a/src/style/apply.js +++ b/src/style/apply.js @@ -821,9 +821,7 @@ styfn.checkBoundsTrigger = function( ele, name, fromValue, toValue ){ && ( name === 'curve-style' && (fromValue === 'bezier' || toValue === 'bezier') ) ){ ele.parallelEdges().forEach(pllEdge => { - if( pllEdge.isBundledBezier() ){ - pllEdge.dirtyBoundingBoxCache(); - } + pllEdge.dirtyBoundingBoxCache(); }); }