mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
Address testathon issues relating to context menu (#2235)
* Support category arrays for legacy actions * Fixed object path listener. Removed old context menus * Removed old fullscreen action and Screenfull dependency * Restore confirmation dialog on remove * Restored tests * Remove unused legacy policies
This commit is contained in:
committed by
Pete Richards
parent
a87fc51fbb
commit
c748569433
@ -4,11 +4,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import contextMenu from '../../../ui/components/mixins/context-menu'
|
||||
import contextMenu from '../../../ui/components/mixins/context-menu-gesture'
|
||||
|
||||
export default {
|
||||
props: ['object-path'],
|
||||
mixins: [contextMenu]
|
||||
props: ['objectPath'],
|
||||
mixins: [contextMenu],
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user