Skip to content
Snippets Groups Projects
Commit 95ff8806 authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt
Browse files

Migrate to positioning-strategy prop

parent db361cda
No related branches found
No related tags found
1 merge request!121070Update dependency @gitlab/ui to v64.2.3
......@@ -79,9 +79,6 @@ export default {
},
MAX_COLS,
MAX_ROWS,
popperOptions: {
strategy: 'fixed',
},
};
</script>
<template>
......@@ -93,7 +90,7 @@ export default {
icon="table"
:aria-label="__('Insert table')"
:toggle-text="__('Insert table')"
:popper-opts="$options.popperOptions"
positioning-strategy="fixed"
class="content-editor-table-dropdown"
text-sr-only
:fluid-width="true"
......
......@@ -71,7 +71,6 @@ export default {
}
},
},
popperOptions: { strategy: 'fixed' },
};
</script>
......@@ -89,7 +88,7 @@ export default {
searchable
size="small"
class="comment-template-dropdown"
:popper-options="$options.popperOptions"
positioning-strategy="fixed"
:searching="$apollo.queries.savedReplies.loading"
@shown="fetchCommentTemplates"
@search="setCommentTemplateSearch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment