1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-07-12 23:50:27 +02:00

GH-1835: Show Autocomplete Textbox when At Mentioning Users in Comments or Content Section (#1836)

This commit is contained in:
Hossein
2021-11-25 15:10:39 -05:00
committed by GitHub
parent fba5653049
commit 4f9702ac12
24 changed files with 2349 additions and 2965 deletions

View File

@ -96,7 +96,6 @@ function makeCommonConfig() {
new CopyPlugin({
patterns: [
{from: path.resolve(__dirname, 'static'), to: 'static'},
{from: path.resolve(__dirname, 'node_modules/easymde/dist/easymde.min.css'), to: 'static'},
],
}),
new HtmlWebpackPlugin({