You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Pack with Electron Builder.
Install this application.
After installation, the program runs automatically.
At this point, the Sortable function is disabled and a reject icon appears when dragging.
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",
The text was updated successfully, but these errors were encountered:
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:
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",
The text was updated successfully, but these errors were encountered: