mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
Abstract LayoutContext
This commit is contained in:
@@ -72,7 +72,7 @@ function Form({ theme }) {
|
||||
})
|
||||
.then(() => {
|
||||
Toast.success("Bug reported!");
|
||||
editor.dispatchCommand(CLEAR_EDITOR_COMMAND, undefined);
|
||||
editor.dispatchCommand(CLEAR_EDITOR_COMMAND, null);
|
||||
resetForm();
|
||||
})
|
||||
.catch(() => {
|
||||
|
||||
Reference in New Issue
Block a user