prosemirror-suggest
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -1430,6 +1430,12 @@ 'use strict'; | ||
apply(props) { | ||
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches), | ||
exit = _classPrivateFieldGet5.exit, | ||
change = _classPrivateFieldGet5.change; | ||
if (_classPrivateFieldGet(this, _lastChangeFromAppend)) { | ||
_classPrivateFieldSet(this, _lastChangeFromAppend, false); | ||
return this; | ||
if (!(exit !== null && exit !== void 0 && exit.suggester.appendTransaction) && !(change !== null && change !== void 0 && change.suggester.appendTransaction)) { | ||
return this; | ||
} | ||
} | ||
@@ -1439,6 +1445,2 @@ | ||
state = props.state; | ||
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches), | ||
exit = _classPrivateFieldGet5.exit; | ||
var transactionHasChanged = tr.docChanged || tr.selectionSet; | ||
@@ -1445,0 +1447,0 @@ var shouldIgnoreUpdate = tr.getMeta(IGNORE_SUGGEST_META_KEY); |
@@ -1422,6 +1422,12 @@ import { TextSelection, Selection, PluginKey, Plugin } from 'prosemirror-state'; | ||
apply(props) { | ||
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches), | ||
exit = _classPrivateFieldGet5.exit, | ||
change = _classPrivateFieldGet5.change; | ||
if (_classPrivateFieldGet(this, _lastChangeFromAppend)) { | ||
_classPrivateFieldSet(this, _lastChangeFromAppend, false); | ||
return this; | ||
if (!(exit !== null && exit !== void 0 && exit.suggester.appendTransaction) && !(change !== null && change !== void 0 && change.suggester.appendTransaction)) { | ||
return this; | ||
} | ||
} | ||
@@ -1431,6 +1437,2 @@ | ||
state = props.state; | ||
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches), | ||
exit = _classPrivateFieldGet5.exit; | ||
var transactionHasChanged = tr.docChanged || tr.selectionSet; | ||
@@ -1437,0 +1439,0 @@ var shouldIgnoreUpdate = tr.getMeta(IGNORE_SUGGEST_META_KEY); |
@@ -1430,6 +1430,12 @@ 'use strict'; | ||
apply(props) { | ||
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches), | ||
exit = _classPrivateFieldGet5.exit, | ||
change = _classPrivateFieldGet5.change; | ||
if (_classPrivateFieldGet(this, _lastChangeFromAppend)) { | ||
_classPrivateFieldSet(this, _lastChangeFromAppend, false); | ||
return this; | ||
if (!(exit !== null && exit !== void 0 && exit.suggester.appendTransaction) && !(change !== null && change !== void 0 && change.suggester.appendTransaction)) { | ||
return this; | ||
} | ||
} | ||
@@ -1439,6 +1445,2 @@ | ||
state = props.state; | ||
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches), | ||
exit = _classPrivateFieldGet5.exit; | ||
var transactionHasChanged = tr.docChanged || tr.selectionSet; | ||
@@ -1445,0 +1447,0 @@ var shouldIgnoreUpdate = tr.getMeta(IGNORE_SUGGEST_META_KEY); |
@@ -1430,6 +1430,12 @@ 'use strict'; | ||
apply(props) { | ||
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches), | ||
exit = _classPrivateFieldGet5.exit, | ||
change = _classPrivateFieldGet5.change; | ||
if (_classPrivateFieldGet(this, _lastChangeFromAppend)) { | ||
_classPrivateFieldSet(this, _lastChangeFromAppend, false); | ||
return this; | ||
if (!(exit !== null && exit !== void 0 && exit.suggester.appendTransaction) && !(change !== null && change !== void 0 && change.suggester.appendTransaction)) { | ||
return this; | ||
} | ||
} | ||
@@ -1439,6 +1445,2 @@ | ||
state = props.state; | ||
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches), | ||
exit = _classPrivateFieldGet5.exit; | ||
var transactionHasChanged = tr.docChanged || tr.selectionSet; | ||
@@ -1445,0 +1447,0 @@ var shouldIgnoreUpdate = tr.getMeta(IGNORE_SUGGEST_META_KEY); |
@@ -1422,6 +1422,12 @@ import { TextSelection, Selection, PluginKey, Plugin } from 'prosemirror-state'; | ||
apply(props) { | ||
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches), | ||
exit = _classPrivateFieldGet5.exit, | ||
change = _classPrivateFieldGet5.change; | ||
if (_classPrivateFieldGet(this, _lastChangeFromAppend)) { | ||
_classPrivateFieldSet(this, _lastChangeFromAppend, false); | ||
return this; | ||
if (!(exit !== null && exit !== void 0 && exit.suggester.appendTransaction) && !(change !== null && change !== void 0 && change.suggester.appendTransaction)) { | ||
return this; | ||
} | ||
} | ||
@@ -1431,6 +1437,2 @@ | ||
state = props.state; | ||
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches), | ||
exit = _classPrivateFieldGet5.exit; | ||
var transactionHasChanged = tr.docChanged || tr.selectionSet; | ||
@@ -1437,0 +1439,0 @@ var shouldIgnoreUpdate = tr.getMeta(IGNORE_SUGGEST_META_KEY); |
{ | ||
"name": "prosemirror-suggest", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Primitives for building your prosemirror suggestion and autocomplete functionality", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-suggest", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
302670
8001