@@ -32103,6 +32103,14 @@ return /******/ (function(modules) { // webpackBootstrap
3210332103 m_features[i]._exit();
3210432104 m_this.dataTime().modified();
3210532105 m_this.modified();
32106+ }
32107+ }
32108+
32109+ // Loop through a second to time actually remove
32110+ // the given feature from the array because the
32111+ // `_exit` call above may mutate it.
32112+ for (i = 0; i < m_features.length; i += 1) {
32113+ if (m_features[i] === feature) {
3210632114 m_features.splice(i, 1);
3210732115 }
3210832116 }
@@ -47064,7 +47072,7 @@ return /******/ (function(modules) { // webpackBootstrap
4706447072 this._checkForStroke = function () {
4706547073 if (s_style('stroke') === false) {
4706647074 if (m_lineFeature && m_this.layer()) {
47067- m_this.layer().removeFeature (m_lineFeature);
47075+ m_this.layer().deleteFeature (m_lineFeature);
4706847076 m_lineFeature = null;
4706947077 }
4707047078 return;
@@ -47144,7 +47152,7 @@ return /******/ (function(modules) { // webpackBootstrap
4714447152 ////////////////////////////////////////////////////////////////////////////
4714547153 this._exit = function () {
4714647154 if (m_lineFeature && m_this.layer()) {
47147- m_this.layer().removeFeature (m_lineFeature);
47155+ m_this.layer().deleteFeature (m_lineFeature);
4714847156 m_lineFeature = null;
4714947157 }
4715047158 s_exit();
@@ -47610,14 +47618,14 @@ return /******/ (function(modules) { // webpackBootstrap
4761047618/* 229 */
4761147619/***/ function(module, exports, __webpack_require__) {
4761247620
47613- module.exports = ("0.10.0 ");
47621+ module.exports = ("0.10.1 ");
4761447622
4761547623
4761647624/***/ },
4761747625/* 230 */
4761847626/***/ function(module, exports, __webpack_require__) {
4761947627
47620- module.exports = ("49720649e1585e43d139e7de6cb40ad2aed89c05 ");
47628+ module.exports = ("f4a5a6af9b762c4261dd1e9cfeacd2df6e9b362d ");
4762147629
4762247630
4762347631/***/ },
0 commit comments