Commit 23ffb2a0 authored by yann300's avatar yann300

can Deactivate rollback

parent 049c40b4
...@@ -29,7 +29,7 @@ export class RemixAppManager extends PluginManager { ...@@ -29,7 +29,7 @@ export class RemixAppManager extends PluginManager {
} }
async canActivatePlugin (from, to) { async canActivatePlugin (from, to) {
return true // canActivate(from.name) return canActivate(from.name)
} }
async canDeactivatePlugin (from, to) { async canDeactivatePlugin (from, to) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment