Fixed #32 - PlayAlertSound ignored on Paste Block Style

This commit is contained in:
Ben Wallis
2016-09-01 20:56:58 +01:00
parent 0b791f5747
commit af08cdfed6
4 changed files with 67 additions and 24 deletions

View File

@@ -605,7 +605,7 @@ namespace Filtration.ViewModels
return;
}
_blockTranslator.ReplaceColorBlockItemsFromString(targetBlockViewModel.Block.BlockItems, clipboardText);
_blockTranslator.ReplaceAudioVisualBlockItemsFromString(targetBlockViewModel.Block.BlockItems, clipboardText);
targetBlockViewModel.RefreshBlockPreview();
}