mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
fix(lint)
This commit is contained in:
parent
10f62a0607
commit
8bd1ff180d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class PackageManager
|
|||
if turnedOn.length > 0 then @_notifyPluginsChanged(turnedOn, "enabled")
|
||||
if turnedOff.length > 0 then @_notifyPluginsChanged(turnedOff, "disabled")
|
||||
|
||||
setTimeout(() =>
|
||||
setTimeout(=>
|
||||
# This lets us enable features in plugins after it's been enabled
|
||||
# via a url, but after the the showMessageBox modal has come up.
|
||||
Actions.notifyPluginsChangedViaUrl({turnedOn, turnedOff})
|
||||
|
|
Loading…
Reference in a new issue