feat: reset driver on hash change (#11005)
This commit is contained in:
parent
e0545099fc
commit
5ce6940aa6
1 changed files with 1 additions and 0 deletions
|
|
@ -1604,6 +1604,7 @@ frappe.ui.form.Form = class FrappeForm {
|
|||
});
|
||||
|
||||
driver.defineSteps(steps);
|
||||
frappe.route.on('change', () => driver.reset());
|
||||
driver.start();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue