forked from Botanical/BotanJS
x also is removing last character...
This commit is contained in:
parent
20a8ced801
commit
76243f2440
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user