Restore exact graph controls on current main #31
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/auto-dig-quasar!31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/graph-controls-current-main"
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?
Summary
Rebuilds the useful intent of stale/conflicted PR #5 directly on current
mainafter the shared UI-core/shell overhaul.Why a replacement PR
PR #5 is month-old, conflicted with current
main, and its last CI run is red. The required behavior is still absent on main (userPanningEnabledwas still defaulting tofalse), so closing it as merely obsolete would preserve the bug. This branch starts at current main and carries only the control semantics that are still needed.During current-main review, the branch also found and removed a duplicate navigation-guard path: GraphPage reads
isGraphUserNavigationActive()fromuser-navigation-guard.js, so the adapter now installs that shared guard directly instead of maintaining a second private gesture state.Coverage
Merge gate
Do not merge unless the exact current-head CI run is green.
Supersedes #5 after this PR is merged.
Pull request closed