You've already forked focalboard
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:
@ -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({
|
||||
|
Reference in New Issue
Block a user