Support reactions, replies and forwards of polls (#7318)

This commit is contained in:
Andy Balaam 2021-12-09 12:54:31 +00:00 committed by GitHub
parent 3c1ee204a0
commit 68ac578577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -139,3 +139,8 @@ limitations under the License.
font-size: $font-12px;
}
}
// Prevent clicking a poll within a reply
.mx_ReplyTile .mx_MPollBody {
pointer-events: none;
}