]> git.immae.eu Git - github/fretlink/time-picker.git/blobdiff - src/util/placements.js
update placement handle
[github/fretlink/time-picker.git] / src / util / placements.js
index 2574da12b534a3ab85da58de5cfcfd278629decf..676028676aaa08b29c777fc1cc3595e1a1cf64cf 100644 (file)
@@ -6,25 +6,25 @@ const autoAdjustOverflow = {
 const targetOffset = [0, 0];
 
 const placements = {
-  topLeft: {
+  bottomLeft: {
     points: ['tl', 'tl'],
     overflow: autoAdjustOverflow,
     offset: [0, -3],
     targetOffset,
   },
-  topRight: {
+  bottomRight: {
     points: ['tr', 'tr'],
     overflow: autoAdjustOverflow,
     offset: [0, -3],
     targetOffset,
   },
-  bottomRight: {
+  topRight: {
     points: ['br', 'br'],
     overflow: autoAdjustOverflow,
     offset: [0, 3],
     targetOffset,
   },
-  bottomLeft: {
+  topLeft: {
     points: ['bl', 'bl'],
     overflow: autoAdjustOverflow,
     offset: [0, 3],