x also is removing last character...

This commit is contained in:
斟酌 鵬兄 2016-04-05 07:24:23 +08:00
parent 20a8ced801
commit 76243f2440
1 changed files with 1 additions and 2 deletions

View File

@ -158,8 +158,7 @@
this.__nline = occurence( removed, "\n" );
feeder.content = c.substring( 0, s ) + c.substring( e + 1 );
if( feeder.content === "" ) feeder.content = "\n";
feeder.content = c.substring( 0, s ) + c.substring( e + 1 ) + "\n";
// Try to keep the original panning if possible
feeder.pan( undefined