Fix potential restart error switching to first note of session

This commit is contained in:
Dan Stillman 2017-10-26 01:22:36 -04:00
parent 1deba232fa
commit 14f40218a9

View File

@ -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>