mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Keyboard handling regression
This commit is contained in:
parent
0ede6b5ed6
commit
84a50a1260
4 changed files with 27 additions and 7 deletions
|
@ -63,7 +63,6 @@ function testCase(title, testFunc) {
|
|||
}
|
||||
|
||||
testCase(`bold button with no selection`, function(assert, textarea) {
|
||||
console.log(textarea.selectionStart);
|
||||
click(`button.bold`);
|
||||
andThen(() => {
|
||||
const example = I18n.t(`composer.bold_text`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue