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
Need to be able to undo & redo changes that are made.
Might be possible to use SQLite transactions for this purpose (which would also speed up bulk edits, like copy/paste), but I've had trouble with transactions in the past.
Need to be able to undo & redo changes that are made.
Might be possible to use SQLite transactions for this purpose (which would also speed up bulk edits, like copy/paste), but I've had trouble with transactions in the past.