mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🐧 Disable failing spec
This commit is contained in:
@@ -620,6 +620,10 @@ class TextEditorComponent
|
||||
|
||||
measureWindowSize: ->
|
||||
return unless @mounted
|
||||
|
||||
# FIXME: on Ubuntu (via xvfb) `window.innerWidth` reports an incorrect value
|
||||
# when window gets resized through `atom.setWindowDimensions({width:
|
||||
# windowWidth, height: windowHeight})`.
|
||||
@presenter.setWindowSize(window.innerWidth, window.innerHeight)
|
||||
|
||||
sampleFontStyling: =>
|
||||
|
||||
Reference in New Issue
Block a user