Mattflaschen has uploaded a new change for review. https://gerrit.wikimedia.org/r/203988
Change subject: Add docs for ContextItem::embeddable ...................................................................... Add docs for ContextItem::embeddable Change-Id: I25c90eb047818496e0c5f4a8c4657740d55ca536 --- M src/ui/ve.ui.ContextItem.js 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor refs/changes/88/203988/1 diff --git a/src/ui/ve.ui.ContextItem.js b/src/ui/ve.ui.ContextItem.js index 71fd6f2..95d5a05 100644 --- a/src/ui/ve.ui.ContextItem.js +++ b/src/ui/ve.ui.ContextItem.js @@ -82,6 +82,12 @@ ve.ui.ContextItem.static.editable = true; +/** + * Whether the context item should try (if space permits) to go inside the node, + * rather than below with an arrow + * + * @static + */ ve.ui.ContextItem.static.embeddable = true; /** -- To view, visit https://gerrit.wikimedia.org/r/203988 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I25c90eb047818496e0c5f4a8c4657740d55ca536 Gerrit-PatchSet: 1 Gerrit-Project: VisualEditor/VisualEditor Gerrit-Branch: master Gerrit-Owner: Mattflaschen <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
