Merge pull request #1984 from matrix-org/dbkr/fix_stickers

Fix blank sticker picker
pull/21833/head
Luke Barnard 2018-06-18 16:08:36 +01:00 committed by GitHub
commit ad76f1bce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function getOrCreateContainer() {
} }
// Greater than that of the ContextualMenu // Greater than that of the ContextualMenu
const PE_Z_INDEX = 3000; const PE_Z_INDEX = 5000;
/* /*
* Class of component that renders its children in a separate ReactDOM virtual tree * Class of component that renders its children in a separate ReactDOM virtual tree