immutable_features #24
Reference in New Issue
Block a user
Delete Branch "immutable_features"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@InsanusMokrassar I don't think I like your modification. The code duplication is very small. It does not warrant additional class in a public API. By the way, caching is probably not necessary for SVG export. It is done rarely.
@@ -37,3 +37,3 @@if (event.type == PointerEventType.Move) {features.forEachWithAttribute(HoverListenerAttribute) { _, feature, listeners ->features.forEachWithAttribute(HoverListenerAttribute) { id, feature, listeners ->Does
idargument is really needed here?It should be ref and no, it is probably not needed.
Reverted