Trevor Parscal has uploaded a new change for review. https://gerrit.wikimedia.org/r/71931
Change subject: The good thing is, I'm getting a lot done ...................................................................... The good thing is, I'm getting a lot done Change-Id: I904ea4f5355c7beb45976856f001497f2faab03b --- M modules/ve/ui/inspectors/ve.ui.AnnotationInspector.js 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor refs/changes/31/71931/1 diff --git a/modules/ve/ui/inspectors/ve.ui.AnnotationInspector.js b/modules/ve/ui/inspectors/ve.ui.AnnotationInspector.js index 612c430..85a1338 100644 --- a/modules/ve/ui/inspectors/ve.ui.AnnotationInspector.js +++ b/modules/ve/ui/inspectors/ve.ui.AnnotationInspector.js @@ -44,10 +44,10 @@ * Handle the inspector being setup. * * There are 4 scenarios: - * * Zero-length selection not near a word -> no change, text will be inserted on close - * * Zero-length selection inside or adjacent to a word -> expand selection to cover word - * * Selection covering non-annotated text -> trim selection to remove leading/trailing whitespace - * * Selection covering annotated text -> expand selection to cover annotation + * - Zero-length selection not near a word -> no change, text will be inserted on close + * - Zero-length selection inside or adjacent to a word -> expand selection to cover word + * - Selection covering non-annotated text -> trim selection to remove leading/trailing whitespace + * - Selection covering annotated text -> expand selection to cover annotation * * @method */ -- To view, visit https://gerrit.wikimedia.org/r/71931 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I904ea4f5355c7beb45976856f001497f2faab03b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Trevor Parscal <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
