Michael Peeler
Michael Peeler
I'm running into the same problem with my Expo project, running it in Expo Go on native Apple Maps. Zooming in beyond maxZoomLevel is fine, but zooming out beyond minZoomLevel...
I've been able to get the bug to replicate all the way down to a minimal case of ```javascript import { StyleSheet } from "react-native"; import MapView from "react-native-maps"; export...
Working to address the failed tests now! In terms of context menu vs. dialogue, this actually keeps the dialogue; the context menus is just an additional way to access it....
> Discussion result: We have special context menus at the group pane. Also "Add selected entries to group". To have **consistency** here, we propose: > > Left side: "Add subgroup...
This push should close out the changes, add add in @koppor's request for the addition to the second context menu. Let me know if you find any issues.
> This one should be selected: > >  Currently, since there is usually one entry selected at all times, unless you ctrl-click it to unselect, I only have it...
> * We trigger the explicit selection "externally" from the group dialog. My initial proposal was the checkbox inside the group dialog, which was not done. The implementation moved to...
Conversion from radio button to checkbox (including the ability to set the preference) has been done.
[In reference to this comment - ](https://github.com/JabRef/jabref/pull/11476#discussion_r1676536347) this push changes the method signature (since it was already an ObservableList and something needed to be able to bind to it). Removing...
> Thus, please remove the context menu entry. Done. I also set the button to be disabled when editing a group rather than creating one.