Merge pull request #6372 from umbraco/v8/feature/0000-RTE-paste-from-word

Improve content pasted from MS Word
This commit is contained in:
Warren Buckley
2019-09-19 12:02:40 +01:00
committed by GitHub
3 changed files with 46 additions and 3 deletions

View File

@@ -53,6 +53,6 @@ gulp.task('watch', function () {
watch(config.sources.globs.js, { interval: watchInterval })
.pipe(gulp.dest(config.root + config.targets.js))
);
return stream;
});