mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-12 10:14:02 +02:00
fix: Editable not calling decorate as it should (#5346)
This commit is contained in:
@@ -704,7 +704,7 @@ export function createAndroidInputManager({
|
||||
insertPositionHint = false
|
||||
}
|
||||
|
||||
if (pathChanged || !hasPendingDiffs()) {
|
||||
if (pathChanged || hasPendingDiffs()) {
|
||||
flushTimeoutId = setTimeout(flush, FLUSH_DELAY)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user