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

[bug] In electron application, the first time the application Sortable fails, and open again is normal #2402

Open
afeibigbear opened this issue Sep 29, 2024 · 0 comments

Comments

@afeibigbear
Copy link

afeibigbear commented Sep 29, 2024

In this electron application,after packaging and installation, opens the application Sortable function is invalid for the first time, displays the rejection icon, and opens the application again problem disappears

To Reproduce
Steps to reproduce the behavior:

  1. Pack with Electron Builder.
  2. Install this application.
  3. After installation, the program runs automatically.
  4. At this point, the Sortable function is disabled and a reject icon appears when dragging.
  5. The next time open the application, the Sortable function will be normal and can drag and drop.

Expected behavior

In electron application, the first time the application Sortable is normal, can drag and drop.

Information

Versions - Look in your package.json for this information:
sortablejs = ^1.15.3
@types/sortablejs = ^1.15.8
"electron": "^28.3.3",
"electron-builder": "^24.9.1",

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

No branches or pull requests

1 participant