clipboard onfocus select all
This commit is contained in:
parent
fb1647ac10
commit
d770133e70
@ -4,7 +4,11 @@
|
||||
v-if="opened"
|
||||
@click="$event.stopPropagation()"
|
||||
>
|
||||
<textarea ref="textarea" v-model="clipboard" />
|
||||
<textarea
|
||||
ref="textarea"
|
||||
v-model="clipboard"
|
||||
@focus="$event.target.select()"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user