fix: temporary fix exiting lines with slashes (#4725)

This commit is contained in:
M. Palanikannan 2024-06-07 12:22:55 +05:30 committed by GitHub
parent d31aaee32c
commit 51758b774e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,6 @@ const Command = Extension.create<SlashCommandOptions>({
return true;
},
allowSpaces: true,
},
};
},