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

眉间皱痕 提交于 2019-12-04 07:36:46

问题


Image says it all I think:

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?


回答1:


Please run Layout.setWindowSizes(null) from console

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




回答2:


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



来源:https://stackoverflow.com/questions/24388509/jsfiddle-js-panel-size-is-stuck-how-do-i-reset-it

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!