Decrease default undo grouping interval to 300ms

This commit is contained in:
Max Brunsfeld
2014-12-02 11:19:31 -08:00
parent d3f14d8939
commit b20589fbb6

View File

@@ -149,7 +149,7 @@ module.exports =
default: false
undoGroupingInterval:
type: 'integer'
default: 500
default: 300
minimum: 0
description: 'Time interval in milliseconds within which operations will be grouped together in the undo history'
useHardwareAcceleration: