mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Decrease default undo grouping interval to 300ms
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user