Skip to content

Commit ebe5fbf

Browse files
committed
(refs #463) fixed cursor state on remove
1 parent b25cccd commit ebe5fbf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lib/simplestyle.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,9 @@ export class SimpleStyle {
401401
this.map.removeSource(sourceId);
402402
}
403403
}
404+
405+
this.map.getCanvas().style.cursor = '';
406+
404407
return this;
405408
}
406409

0 commit comments

Comments
 (0)