jsfiddle js panel size is stuck! How do I reset it

2019-03-08 05:26发布

Image says it all I think:jsfiddle panel stuck size

The draggable for resizing the js/html panels is gone and that js pane is too small! The big problem is that this issue persists after restarting my browser, clearing the cache, and deleting cookies. How do I reset this so I can use jsfiddle again?

标签: jsfiddle
2条回答
不美不萌又怎样
2楼-- · 2019-03-08 05:52

As of December 6, 2018, the current answer to this question no longer works due to a rewrite of the JsFiddle site that happened sometime in June/July of 2018.

  1. Press F12 to open DevTools (Chrome) or Debugger (Firefox, Edge).
  2. Navigate to "Application" in Chrome DevTools, or "Storage in Firefox/Edge Debugger.
  3. Find "Local Storage".
  4. Find www.jsfiddle.net.
  5. Delete any entries/keys labeled as grid_*-split-sizes (eg. grid_1-split-sizes, grid_2-split-sizes, grid_3-split-sizes).
  6. Refresh jsfiddle.net webpage.

Source: https://github.com/jsfiddle/jsfiddle-issues/issues/1151

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2019-03-08 05:53

Please run Layout.setWindowSizes(null) from console

https://github.com/jsfiddle/jsfiddle-issues/issues/493

查看更多
登录 后发表回答