☝️ added rewind command ®

This commit is contained in:
Matei Adriel 2019-06-05 01:29:40 +00:00
parent 6204049a01
commit 6a0835d87f

View file

@ -94,6 +94,10 @@ export class ComponentManager {
refresh(ctx: ComponentManager) {
ctx.refresh()
},
rewind(ctx:ComponentManager){
localStorage.clear()
success("Succesfully cleared localStorage!","",ctx.alertOptions)
},
ctp: this.templateStore.commands.template,
settings: this.settings.commands,
download