feat: 固定操作间延迟设置并更新相关文档和测试
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
let operationDelaySettingRevision = 0;
|
||||
|
||||
function normalizeOperationDelayEnabled(value) {
|
||||
return typeof value === 'boolean' ? value : true;
|
||||
return true;
|
||||
}
|
||||
|
||||
function getOperationDelayEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user