Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #272 from accordproject/dl-in-clause-query
Browse files Browse the repository at this point in the history
feat(ClausePlugin): adds a query to check if the user is outside of a clause
  • Loading branch information
DianaLease authored Feb 5, 2020
2 parents 0ed1c0d + ed2845b commit 1e1f972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/ClausePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ function ClausePlugin() {
onPaste,
queries: {
findClauseNode,
isOutsideOfClause: isEditable,
isClauseSupported
}
};
Expand Down

0 comments on commit 1e1f972

Please sign in to comment.