Remove numerous superfluous MainActor annotations.

This commit is contained in:
Brent Simmons
2024-06-08 11:58:30 -07:00
parent f872f8aa86
commit fe49f3bbe4
23 changed files with 67 additions and 67 deletions

View File

@@ -67,7 +67,7 @@ import Core
return self.classDescription as! NSScriptClassDescription
}
@MainActor func deleteElement(_ element:ScriptingObject) {
func deleteElement(_ element:ScriptingObject) {
// TODO: fix this
// if let scriptableFolder = element as? ScriptableFolder {
// BatchUpdate.shared.perform {