Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use electron scoped ipc #5165

Merged
merged 2 commits into from
Feb 23, 2023
Merged

Use electron scoped ipc #5165

merged 2 commits into from
Feb 23, 2023

Conversation

ganthern
Copy link
Contributor

close #4848

@ganthern ganthern changed the title Use electron ipc Use electron scoped ipc Feb 23, 2023
our bookkeeping is not necessary anymore since each webContents has
its own scoped IpcMain instance now.

close #4848
@@ -667,7 +666,7 @@ export class List<ElementType extends ListElement, RowType extends VirtualRow<El
shiftPressed = false
}

if (shiftPressed && this.lastMultiSelectWasKeyUp === true && this.selectedEntities.length > 1) {
if (shiftPressed && this.lastMultiSelectWasKeyUp && this.selectedEntities.length > 1) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some random changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops. I haphazardly pulled this out of my indexing investigation branch

@ganthern ganthern added this pull request to the merge queue Feb 23, 2023
Merged via the queue into master with commit 8816c12 Feb 23, 2023
@ganthern ganthern deleted the use-electron-ipc-4848 branch February 23, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

replace our per-window ipc with webContents.ipc
2 participants