mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-25 04:11:56 +00:00
Compare commits
No commits in common. "7fbc5e863eb2c65f1982457f52a3a607692c2bb5" and "64e4e56202810477aa1829acf62cd0bfeeb20426" have entirely different histories.
7fbc5e863e
...
64e4e56202
@ -1487,7 +1487,7 @@ var Outline = {
|
||||
focused: 'cls',
|
||||
},
|
||||
|
||||
// XXX UPDATE_CODE_SIZE this is a no-op at this point -- do we need this???
|
||||
// XXX UPDATE_CODE_SIZE this is a no-op at this point -- do we need this...
|
||||
_updateCodeSize: function(code, view){
|
||||
// XXX UPDATE_CODE_SIZE
|
||||
return this
|
||||
|
||||
@ -59,7 +59,6 @@ var setup = function(){
|
||||
code block -- resized on block edit (`keydown` in edit mode)
|
||||
```
|
||||
- _this seems to be because of a stray `\n` after re-render + `white-space: ...` in the `.view` element..._
|
||||
_...this is logical as we do not render code on load and to on after edit_
|
||||
- ways to fix:
|
||||
- semi-active (current):
|
||||
- active mode currently disabled (see: `UPDATE_CODE_SIZE`)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user