Fix potential restart error switching to first note of session
This commit is contained in:
parent
1deba232fa
commit
14f40218a9
|
@ -620,7 +620,9 @@
|
||||||
<method name="clearUndo">
|
<method name="clearUndo">
|
||||||
<body>
|
<body>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
if (this._editor) {
|
||||||
this._editor.undoManager.clear();
|
this._editor.undoManager.clear();
|
||||||
|
}
|
||||||
]]>
|
]]>
|
||||||
</body>
|
</body>
|
||||||
</method>
|
</method>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user