Explorar o código

Reject out-of-order op ack messages (#23163)

GitOrigin-RevId: 50c48282e93925a8c40be72e8fc0b8a72d39d82d
Alf Eaton hai 1 ano
pai
achega
af86239f03
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/web/frontend/js/vendor/libs/sharejs.js

+ 1 - 1
services/web/frontend/js/vendor/libs/sharejs.js

@@ -1106,7 +1106,7 @@ export const { Doc } = (() => {
                     meta: { msg, version: this.version }
                     meta: { msg, version: this.version }
                   }
                   }
                 })
                 })
-                // return // TODO: enable this
+                return
               }
               }
             } else {
             } else {
               if (msg.v < this.version) {
               if (msg.v < this.version) {