mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 20:21:25 +08:00
FIX: Keyboard handling regression
This commit is contained in:
@ -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`);
|
||||
|
Reference in New Issue
Block a user