dante2-editor 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95d4c188d2d958e64b7694e6cd7e868d9cd11055
4
- data.tar.gz: 8a754ec0383e41ffae7b6b9eb4145b14a00d1aa9
3
+ metadata.gz: ca8c203c2fde89c73322a30ee8024009b10c86e3
4
+ data.tar.gz: e90904e941053263a19f0bc98a16e9883347d436
5
5
  SHA512:
6
- metadata.gz: 262720047b992287d8f1218d771d15f47fd965cc6e66e9297db6a407adf5634378522af072f3c95b9bbd6d8a6b4c0ee555dce6c4db13014cbe2086310308ddc4
7
- data.tar.gz: bf2b749862188cea4832b5ed9dd2ce8c7ddaceaf6a04857b70ce2581a70431cdc58da12ab70bb4d42f1f35c985a8699a39ff2ef043a88717a49ad9f7ec5c7d05
6
+ metadata.gz: 1dc089f8e02a0ad1342c834e0ae34a95d9c84b73ab01101d39c7535035f0de669ce531e5da6253e67d489cb031f1ed0d5a0eed78f8ebef2667a9d1763f3bdd6f
7
+ data.tar.gz: f1deabb8ba38450043fcaf8d82edbfd35b5f11756b6cc68213dac1bb749dc589e39cc7d3d4b8718975707815a6c7116ec0a400615c52ac7a37aada95641b0cbb
@@ -23,7 +23,7 @@
23
23
 
24
24
 
25
25
  <img src=<%= require('images/site/dante-editor-logo.png') %> alt="dante editor" height="21">
26
- <span>Dante Editor - 0.3.6 </span>
26
+ <span>Dante Editor - 0.4.1 </span>
27
27
 
28
28
  </div>
29
29
 
@@ -23,7 +23,7 @@
23
23
  </div>
24
24
 
25
25
  <img src='https://michelson.github.io/dante2/images/dante-editor-logo.png' alt="dante editor" height="21">
26
- <span>Dante Editor - 0.3.6 </span>
26
+ <span>Dante Editor - 0.4.1 </span>
27
27
 
28
28
  </div>
29
29
 
@@ -23,7 +23,7 @@
23
23
 
24
24
 
25
25
  <img src='https://michelson.github.io/dante2/images/dante-editor-logo.png' alt="dante editor" height="21">
26
- <span>Dante Editor - 0.3.6 </span>
26
+ <span>Dante Editor - 0.4.1 </span>
27
27
 
28
28
  </div>
29
29
 
data/dist/Dante2.js CHANGED
@@ -30378,11 +30378,13 @@ var DanteInlineTooltip = function (_React$Component) {
30378
30378
  return;
30379
30379
  }
30380
30380
 
30381
+ if (!coords) return;
30382
+
30381
30383
  // checkeamos si esta vacio
30382
30384
  this.display(block.getText().length === 0 && blockType === "unstyled");
30383
30385
  return this.setPosition({
30384
- top: coords.top + window.scrollY,
30385
- left: coords.left + window.scrollX - 60
30386
+ top: coords.top + window.pageYOffset,
30387
+ left: coords.left + window.pageXOffset - 60
30386
30388
  });
30387
30389
 
30388
30390
  /*