Fix missing error class on inline edit [SCI-6954] (#4218)

This commit is contained in:
artoscinote 2022-07-11 11:23:54 +02:00 committed by GitHub
parent ee792b89df
commit d897a4f9a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<template>
<div class="sci-inline-edit" :class="{ 'editing': editing }" tabindex="0" @keyup.enter="enableEdit($event)">
<div class="sci-inline-edit__content">
<div class="sci-inline-edit__content" :class="{ 'error': error }">
<textarea
ref="input"
rows="1"