Merge branch 'develop'
This commit is contained in:
		
						commit
						504f182448
					
				
					 3 changed files with 11 additions and 3 deletions
				
			
		| 
						 | 
					@ -7,6 +7,14 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## 12.99.3 (2021/12/14)
 | 
				
			||||||
 | 
					### Bugfixes
 | 
				
			||||||
 | 
					- クライアント: オートコンプリートがダイアログの裏に隠れる問題を修正
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## 12.99.2 (2021/12/14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## 12.99.1 (2021/12/14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 12.99.0 (2021/12/14)
 | 
					## 12.99.0 (2021/12/14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Improvements
 | 
					### Improvements
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"name": "misskey",
 | 
						"name": "misskey",
 | 
				
			||||||
	"version": "12.99.2",
 | 
						"version": "12.99.3",
 | 
				
			||||||
	"codename": "indigo",
 | 
						"codename": "indigo",
 | 
				
			||||||
	"repository": {
 | 
						"repository": {
 | 
				
			||||||
		"type": "git",
 | 
							"type": "git",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
<div class="swhvrteh _popup _shadow" @contextmenu.prevent="() => {}">
 | 
					<div class="swhvrteh _popup _shadow" :style="{ zIndex }" @contextmenu.prevent="() => {}">
 | 
				
			||||||
	<ol v-if="type === 'user'" ref="suggests" class="users">
 | 
						<ol v-if="type === 'user'" ref="suggests" class="users">
 | 
				
			||||||
		<li v-for="user in users" tabindex="-1" class="user" @click="complete(type, user)" @keydown="onKeydown">
 | 
							<li v-for="user in users" tabindex="-1" class="user" @click="complete(type, user)" @keydown="onKeydown">
 | 
				
			||||||
			<img class="avatar" :src="user.avatarUrl"/>
 | 
								<img class="avatar" :src="user.avatarUrl"/>
 | 
				
			||||||
| 
						 | 
					@ -157,6 +157,7 @@ export default defineComponent({
 | 
				
			||||||
			items: [],
 | 
								items: [],
 | 
				
			||||||
			mfmTags: [],
 | 
								mfmTags: [],
 | 
				
			||||||
			select: -1,
 | 
								select: -1,
 | 
				
			||||||
 | 
								zIndex: os.claimZIndex(true),
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -403,7 +404,6 @@ export default defineComponent({
 | 
				
			||||||
<style lang="scss" scoped>
 | 
					<style lang="scss" scoped>
 | 
				
			||||||
.swhvrteh {
 | 
					.swhvrteh {
 | 
				
			||||||
	position: fixed;
 | 
						position: fixed;
 | 
				
			||||||
	z-index: 65535;
 | 
					 | 
				
			||||||
	max-width: 100%;
 | 
						max-width: 100%;
 | 
				
			||||||
	margin-top: calc(1em + 8px);
 | 
						margin-top: calc(1em + 8px);
 | 
				
			||||||
	overflow: hidden;
 | 
						overflow: hidden;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue