Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

jsfiddle

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?

like image 790
7yl4r Avatar asked Jun 24 '14 13:06

7yl4r


2 Answers

Please run Layout.setWindowSizes(null) from console

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

like image 120
zalun Avatar answered Nov 10 '22 08:11

zalun


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

like image 44
tom_mai78101 Avatar answered Nov 10 '22 09:11

tom_mai78101