UNPKG

@atlaskit/editor-plugin-track-changes

Version:

ShowDiff plugin for @atlaskit/editor-core

9 lines (8 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_STEPS_FROM_BASELINE = void 0; // To be determined a suitable threshold // Exported for testing var MAX_STEPS_FROM_BASELINE = exports.MAX_STEPS_FROM_BASELINE = 10;