save for 拆解
Browse files
src/WpfEditor/TextEditorControl.cs
CHANGED
|
@@ -1419,6 +1419,7 @@ namespace WpfEditor
|
|
| 1419 |
|
| 1420 |
if (_mode == EditorMode.MenuSplit)
|
| 1421 |
{
|
|
|
|
| 1422 |
return false;
|
| 1423 |
}
|
| 1424 |
|
|
|
|
| 1419 |
|
| 1420 |
if (_mode == EditorMode.MenuSplit)
|
| 1421 |
{
|
| 1422 |
+
Global.saveJsonReviseEdit(pth_json, _lines);
|
| 1423 |
return false;
|
| 1424 |
}
|
| 1425 |
|