Bugfix: if a filter is enabled, a new point of that layer cannot be added anymore; instead the filter should be disabled (to prevent duplicates)
This commit is contained in:
parent
ebf0427b1f
commit
9de4ff9abf
4 changed files with 52 additions and 22 deletions
|
@ -98,6 +98,10 @@ svg, img {
|
|||
fill: var(--subtle-detail-color-contrast) !important;
|
||||
}
|
||||
|
||||
.red-svg svg path {
|
||||
stroke: #d71010 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--foreground-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue