mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
increase opacity when selected
This commit is contained in:
@@ -174,7 +174,6 @@
|
||||
let changed: (string | number)[] = [];
|
||||
Object.entries(elements).forEach(([id, element]) => {
|
||||
if (element === null) {
|
||||
console.log('element is null', orientation, sortableLevel, id);
|
||||
return;
|
||||
}
|
||||
let realId =
|
||||
|
Reference in New Issue
Block a user